diff --git a/README.md b/README.md index 3d1565200b1..9681ae4e3a6 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 # OR "2" -> To retrieve the preceding commit. - + # Example 1 - name: Get changed files id: changed-files @@ -76,7 +76,7 @@ jobs: for file in ${{ steps.changed-files.outputs.all_changed_files }}; do echo "$file was changed" done - + # Example 2 - name: Get changed files in the docs folder id: changed-files-specific