Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JAHN committed Sep 5, 2023
1 parent a33f6cd commit 2de74d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/content-update-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/cache@67b839edb68371cc5014f6cea11c9aa77238de78
with:
path: ${{ env.CHECK_STORE_FILE }}
key: ${{ runner.os }}-${{ hashFiles(env.CHECK_STORE_FILE) }}
key: ${{ runner.os }}-precommit-checks-${{ hashFiles(env.CHECK_STORE_FILE) }}

- name: Check Sha
id: store
Expand Down

0 comments on commit 2de74d4

Please sign in to comment.