Skip to content

Commit

Permalink
Fix cache cleaner ref
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Jul 21, 2024
1 parent 0a2b58c commit c565826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cache_cleaner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: yumemi-inc/clean-cache-action@v1
with:
ref: 'refs/pull/${{ github.event.pull_request.number }}/merge'
ref: 'refs/heads/${{ github.head_ref }}'
clean_PR_artifacts:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c565826

Please sign in to comment.