Skip to content

Commit

Permalink
chore: try to remove comment in path
Browse files Browse the repository at this point in the history
  • Loading branch information
advancedxy committed Feb 20, 2024
1 parent 48603c3 commit 09ea4f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/java-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
with:
path: |
~/.m2/repository
/root/.m2/repository # for containerized runners, root is used
/root/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/rust-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
with:
path: |
~/.m2/repository
/root/.m2/repository # for containerized runners, root is used
/root/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
Expand Down

0 comments on commit 09ea4f6

Please sign in to comment.