diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 885a8e8..465c3ca 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -15,4 +15,4 @@ jobs: - name: List files in the repository run: | ls ${{ github.workspace }} - - run: echo “🍏 This job's status is ${{ job.status }}.” + - run: echo “🍏 This job status is ${{ job.status }}.”