Skip to content

增加对礼包系统接口 character_id 参数长度的限制说明 #675

增加对礼包系统接口 character_id 参数长度的限制说明

增加对礼包系统接口 character_id 参数长度的限制说明 #675

name: Delete Preview Environment
on:
pull_request:
types: [closed]
jobs:
delete-preview-environment:
runs-on: ubuntu-latest
permissions:
deployments: write
steps:
- uses: strumwolf/delete-deployment-environment@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
environment: preview/${{ github.head_ref }}
onlyDeactivateDeployments: true