diff --git a/.github/workflows/github-actions-demo.yaml b/.github/workflows/github-actions-demo.yaml index c37a0e7..e7d64a1 100644 --- a/.github/workflows/github-actions-demo.yaml +++ b/.github/workflows/github-actions-demo.yaml @@ -13,7 +13,7 @@ jobs: - name: Run commands in Bash shell: bash run: | - echo "🎉 Triggered by ${{ github.event_name }}" - echo "🐧 Runner OS: ${{ runner.os }}" - echo "🔎 Branch: ${{ github.ref }}" + echo "🎉 ... Triggered by ${{ github.event_name }}" + echo "🐧 ... Runner OS: ${{ runner.os }}" + echo "🔎 ... Branch: ${{ github.ref }}" ls