We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa7415 commit 00a8252Copy full SHA for 00a8252
.github/workflows/main.yml
@@ -13,6 +13,7 @@ jobs:
13
- uses: actions/cache@v4
14
with:
15
path: repositories
16
+ key: ${{ hashFiles('projects.json') }}
17
- uses: actions/setup-node@v6
18
- name: configure git
19
run: |
0 commit comments