File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 11name : " Deploy: Parameters - Backups"
22
3- on :
4- workflow_dispatch :
5- inputs :
6- account :
7- description : Account to deploy
8- required : true
9- default : backups
3+ on : pull_request
4+ # workflow_dispatch:
5+ # inputs:
6+ # account:
7+ # description: Account to deploy
8+ # required: true
9+ # default: backups
1010
11- jobs :
12- deploy :
13- uses : ./.github/workflows/_deploy_backups.yml
14- with :
15- account : ${{ inputs.account }}
16- workspace : ${{ inputs.account }}
17- scope : " per_account/${{ inputs.account }}/parameters"
18- secrets : inherit # pragma: allowlist secret
11+ # jobs:
12+ # deploy:
13+ # uses: ./.github/workflows/_deploy_backups.yml
14+ # with:
15+ # account: ${{ inputs.account }}
16+ # workspace: ${{ inputs.account }}
17+ # scope: "per_account/${{ inputs.account }}/parameters"
18+ # secrets: inherit # pragma: allowlist secret
1919
2020run-name : Deploying parameters to nonprod workspace - ${{ inputs.account }}
You can’t perform that action at this time.
0 commit comments