Skip to content

fix(deps): update all non-major dependencies #312

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #312

name: Remove a Deployment
on:
pull_request:
types: [closed]
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
with:
ref: deployment
- run: git config --global user.email "github-actions[bot]@users.noreply.github.com"
- run: git config --global user.name "github-actions[bot]"
- run: rm -f staging/pr-${{ github.event.number }}.yaml
- run: git add .
- run: git commit -m "Removed the deployment for PR ${{ '#' }}${{ github.event.number }}"
- run: git push