Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
borosbence committed Oct 5, 2024
2 parents 6a6d343 + 62e6014 commit ba40df3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cleanup-deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest
permissions: write-all
steps:
uses: strumwolf/delete-deployment-environment@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
days_old: ${{ github.event.inputs.days_old }}
environment: github-pages
onlyRemoveDeployments: true
- uses: strumwolf/delete-deployment-environment@v2
- with:
token: ${{ secrets.GITHUB_TOKEN }}
days_old: ${{ github.event.inputs.days_old }}
environment: github-pages
onlyRemoveDeployments: true

0 comments on commit ba40df3

Please sign in to comment.