feat: 更新 apk-upload 的字段描述,并优化 golang 示例 #704
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |