Skip to content

chore(deps): update node.js to v21 #323

chore(deps): update node.js to v21

chore(deps): update node.js to v21 #323

name: Remove a Deployment
on:
pull_request:
types: [closed]
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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