File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 88 branches :
99 - main
1010 workflow_dispatch :
11+ inputs :
12+ environment :
13+ description : ' Environment to run action against'
14+ type : environment
15+ required : false
1116
1217concurrency :
1318 group : deploy-delete-${{ github.head_ref || github.run_id }}
3035 cloudflare-project-name : ${{ vars.CLOUDFLARE_PROJECT_NAME }}
3136 directory : ' example/dist'
3237 github-token : ${{ secrets.GITHUB_TOKEN }}
33- github-environment : ' preview'
38+ github-environment : ${{ inputs.environment || 'preview' }}
Original file line number Diff line number Diff line change 99 branches :
1010 - main
1111 workflow_dispatch :
12+ inputs :
13+ environment :
14+ description : ' Environment to run actiomn against'
15+ type : environment
16+ required : false
1217
1318concurrency :
1419 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
3136 cloudflare-project-name : ${{ vars.CLOUDFLARE_PROJECT_NAME }}
3237 directory : ' example/dist'
3338 github-token : ${{ secrets.GITHUB_TOKEN }}
34- github-environment : ' preview'
39+ github-environment : ${{ inputs.environment || 'preview' }}
You can’t perform that action at this time.
0 commit comments