Skip to content

chore: cli update 命令切换 repo 名称和 cli 名称 #861

chore: cli update 命令切换 repo 名称和 cli 名称

chore: cli update 命令切换 repo 名称和 cli 名称 #861

Workflow file for this run

name: Remove PR artifacts
on:
pull_request:
branches: [master]
types: [closed]
jobs:
delete-openscow-vagrant:
name: Delete openscow-vagrant PR branch
if: vars.PUSH_VAGRANT == 'true'
runs-on: ${{ vars.ACTION_RUNNER_LABEL }}
steps:
- name: Delete openscow-vagrant PR branch
uses: dawidd6/action-delete-branch@v3
with:
github_token: ${{ secrets.SCOW_DEPLOYMENT_PAT }}
owner: ${{ vars.VAGRANT_REPO_OWNER }}
repository: ${{ vars.VAGRANT_REPO_NAME }}
branches: ${{ github.event.number }}/merge
soft_fail: true