Skip to content

Bump stefanzweifel/git-auto-commit-action from 5.0.0 to 5.0.1 #109

Bump stefanzweifel/git-auto-commit-action from 5.0.0 to 5.0.1

Bump stefanzweifel/git-auto-commit-action from 5.0.0 to 5.0.1 #109

Workflow file for this run

name: Delete preview deployment
on:
pull_request:
types: [ closed ]
jobs:
delete-preview:
name: Delete preview deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: gh-pages
- run: rm -rf previews/PR${{ github.event.number }}
- uses: stefanzweifel/[email protected]
with:
commit_message: 'Delete preview of PR#${{ github.event.number }}'
branch: gh-pages