diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 55f40f6..290b7d6 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -14,5 +14,5 @@ jobs: - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: List files in the repository run: | - ls space + ls - run: echo "🍏 This job's status is foog."