Skip to content

Commit

Permalink
Clean cache workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel committed Mar 9, 2024
1 parent c762f4a commit 7be5e09
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cleancache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ permissions:
actions: write

jobs:
build:
runs-on: ubuntu-latest
steps:
- run: gh cache delete --all -R $GITHUB_REPOSITORY
env:
GH_TOKEN: ${{ github.token }}
build:
runs-on: ubuntu-latest
steps:
- run: gh cache delete --all -R $GITHUB_REPOSITORY
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 7be5e09

Please sign in to comment.