From a526943ecb323ff5ba3bd6e61537af164c277c90 Mon Sep 17 00:00:00 2001 From: Colton Baumler <63077899+ccbaumler@users.noreply.github.com> Date: Thu, 22 Feb 2024 06:48:58 -0800 Subject: [PATCH] Update update_index.yaml --- .github/workflows/update_index.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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