From 7e8c865d798d6c7e616a3d230dddf649ff4219e7 Mon Sep 17 00:00:00 2001 From: George Liao Date: Sun, 26 Feb 2023 15:37:25 +0100 Subject: [PATCH] play with workflow yml files --- .github/workflows/github-actions-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index e007988..a5d7dd1 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -10,7 +10,7 @@ jobs: - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - name: Check out repository code uses: actions/checkout@v3 - - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." + - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner. The github.actor is ${{ github.actor }}. " - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: List files in the repository run: |