Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaswal committed Jan 29, 2025
1 parent 58e49ce commit 8645544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-infix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- uses: actions/cache/save@v3
if: steps.check_changes.outputs.has_changes == '1'
with:
path: /tmp/repo-state.tar.gz
path: repo-state.tar.gz
key: repo-state-${{ github.run_id }}

push_changes:
Expand All @@ -78,7 +78,7 @@ jobs:
steps:
- uses: actions/cache/restore@v3
with:
path: /tmp/repo-state.tar.gz
path: repo-state.tar.gz
key: repo-state-${{ github.run_id }}
fail-on-cache-miss: true

Expand Down

0 comments on commit 8645544

Please sign in to comment.