chore(deps): update peter-evans/create-pull-request action to v5 #273
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 🤖 Auto cleanup caches by a branch | |
on: | |
pull_request: | |
types: | |
- closed | |
jobs: | |
cleanup: | |
runs-on: ubuntu-latest | |
env: | |
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
steps: | |
- uses: actions/[email protected] | |
- name: Cleanup cache | |
uses: ./.github/actions/cleanup-cache | |
with: | |
branch-name: refs/pull/${{ github.event.pull_request.number }}/merge |