We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b727fc commit f2f72d0Copy full SHA for f2f72d0
.github/workflows/clean-cache.yaml
@@ -14,6 +14,8 @@ jobs:
14
if: github.event.pull_request.merged
15
runs-on: ubuntu-latest
16
steps:
17
+ - name: Checkout
18
+ uses: actions/checkout@v4
19
- uses: ./.github/actions/clean-cache
20
with:
21
gh-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments