Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: zhenshan.cao <[email protected]>
  • Loading branch information
czs007 committed May 30, 2022
1 parent 695cd9b commit 5150eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
uses: actions/cache@v3
with:
path: .docker/thirdparty
key: centos7-thirdparty-${{ hashFiles('internal/core/thirdparty/** }}
key: centos7-thirdparty-${{ hashFiles('internal/core/thirdparty/**') }}
restore-keys: centos7-thirdparty-
- name: Cache Go Mod Volumes
uses: actions/cache@v3
Expand Down

0 comments on commit 5150eeb

Please sign in to comment.