Skip to content

Bump actions/upload-artifact from 3.1.3 to 4.0.0 #46

Bump actions/upload-artifact from 3.1.3 to 4.0.0

Bump actions/upload-artifact from 3.1.3 to 4.0.0 #46

name: Remove snapshot branch
on:
pull_request_target:
types:
- closed
jobs:
delete-pr-branch:
runs-on: ubuntu-latest
if: github.event.sender.login != 'dependabot[bot]'
steps:
- name: Checkout project
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Remove snapshot branch
run: git push origin -d snapshots/${{ github.event.number }} || true