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 c1aa705 commit 50e5cccCopy full SHA for 50e5ccc
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/cache@v4
14
with:
15
path: repositories
16
- key: ${{ hashFiles('repositories.json') }}
+ key: v2-${{ hashFiles('repositories.json') }}
17
- uses: actions/setup-node@v6
18
- name: configure git
19
run: |
0 commit comments