diff --git a/content/actions/quickstart.md b/content/actions/quickstart.md index 1caa0b4f8022..b111368641dc 100644 --- a/content/actions/quickstart.md +++ b/content/actions/quickstart.md @@ -43,7 +43,7 @@ The following example shows you how {% data variables.product.prodname_actions % uses: actions/checkout@v2 - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - - name: List files in the repository + - name: List files in the repository run: | ls ${{ github.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}."