Skip to content

fix(docs): 添加管理员使用技巧博客,增加传输节点基础环境说明 #500

fix(docs): 添加管理员使用技巧博客,增加传输节点基础环境说明

fix(docs): 添加管理员使用技巧博客,增加传输节点基础环境说明 #500

Workflow file for this run

name: Remove PR artifacts
on:
pull_request:
branches: [master]
types: [closed]
jobs:
delete-scow-vagrant:
name: Delete scow-vagrant PR branch
runs-on: ubuntu-latest
steps:
- name: Delete scow-vagrant PR branch
uses: dawidd6/action-delete-branch@v3
with:
github_token: ${{ secrets.SCOW_DEPLOYMENT_PAT }}
owner: PKUHPC
repository: scow-vagrant
branches: ${{ github.event.number }}/merge
soft_fail: true