diff --git a/.github/workflows/update_index.yaml b/.github/workflows/update_index.yaml index d8cc777..a899e30 100644 --- a/.github/workflows/update_index.yaml +++ b/.github/workflows/update_index.yaml @@ -21,7 +21,7 @@ jobs: # Checkout as many commits as needed for the diff fetch-depth: 2 - shell: pwsh - - id: check_file_changed + name: check_file_changed run: | # Diff HEAD with the previous commit $diff = git diff --name-only HEAD^ HEAD