diff --git a/.github/workflows/hacim.yml b/.github/workflows/hacim.yml index 28269e6..d31d975 100644 --- a/.github/workflows/hacim.yml +++ b/.github/workflows/hacim.yml @@ -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."