File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
contents : write
15
15
uses : ./.github/workflows/reusable-deploy.yml
16
16
with :
17
- environment : acceptance
17
+ environment : Acceptance
18
18
ref : ref/tags/${{ inputs.version }}
19
19
run-job : ${{ startsWith(version, 'v') }}
20
20
secrets : inherit
Original file line number Diff line number Diff line change 14
14
contents : write
15
15
uses : ./.github/workflows/reusable-deploy.yml
16
16
with :
17
- environment : production
17
+ environment : Production
18
18
ref : ref/tags/${{ inputs.version }}
19
19
run-job : ${{ startsWith(version, 'v') }}
20
20
secrets : inherit
Original file line number Diff line number Diff line change 1
- name : Deploy to test
1
+ name : Deploy to Test
2
2
on :
3
3
workflow_run :
4
4
workflows : [CI]
12
12
contents : write
13
13
uses : ./.github/workflows/reusable-deploy.yml
14
14
with :
15
- environment : test
15
+ environment : Test
16
16
ref : ${{ github.ref }}
17
17
run-job : ${{ github.event.workflow_run.conclusion == 'success' }}
18
18
secrets : inherit
Original file line number Diff line number Diff line change 5
5
inputs :
6
6
environment :
7
7
required : true
8
- type : environment
8
+ type : string
9
9
ref :
10
10
required : true
11
11
type : string
You can’t perform that action at this time.
0 commit comments