Skip to content

Commit

Permalink
Change the cache key (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yikun authored Oct 15, 2020
1 parent 7681189 commit f8921e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify-on-ubuntu-user-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
id: cache
with:
path: ${{ github.workspace }}/hub-mirror-cache
key: ${{ runner.os }}-yikun-repos-cache-${{ steps.info.outputs.result }}
restore-keys: ${{ runner.os }}-yikun-repos-cache-
key: ${{ runner.os }}-yikun-hub-cache-${{ steps.info.outputs.result }}
restore-keys: ${{ runner.os }}-yikun-hub-cache

- name: Mirror Github to Gitee with white list and cache
uses: ./.
Expand Down

0 comments on commit f8921e1

Please sign in to comment.