Skip to content

Commit

Permalink
Update cleanup-deployments.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
borosbence authored Oct 5, 2024
1 parent 2a3a22e commit 62e6014
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 62e6014

Please sign in to comment.