Skip to content

Commit

Permalink
Update hacim.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghalan authored Oct 11, 2023
1 parent 50da898 commit 0096852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hacim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ github.workspace }}/parent/social_data_commons/repos
key: ${{ runner.os }}-repos-${{ hashFiles('${{ github.workspace }}/parent/social_data_commons/repos)'}}
key: ${{ runner.os }}-repos-${{ hashFiles('**/parent/social_data_commons/repos)' }}
restore-keys: |
${{ runner.os }}-repos-
- run: echo "💡 The ${{ github.repository }} repository have been cloned to the runner."
Expand Down

0 comments on commit 0096852

Please sign in to comment.