File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 40
40
- uses : actions/checkout@v1
41
41
- id : set_state_in_progress
42
42
name : Set deployment status to [in_progress]
43
- uses :
rsotnychenko/[email protected] .0
43
+ uses :
rsotnychenko/[email protected] .1
44
44
with :
45
45
run_id : ${{ github.run_id }}
46
46
status : in_progress
56
56
- id : set_state_final
57
57
if : always()
58
58
name : Set deployment status
59
- uses :
rsotnychenko/[email protected] .0
59
+ uses :
rsotnychenko/[email protected] .1
60
60
with :
61
61
status : ${{ job.status }}
62
62
run_id : ${{ github.run_id }}
Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ curl --fail \
46
46
}
47
47
EOF
48
48
49
- echo ::set-output name= deployment_id:: $( get_from_event ' .deployment.id' )
50
- echo ::set-output name= description:: $( get_from_event ' .deployment.description' )
51
- echo ::set-output name= state:: ${INPUT_STATUS}
52
- echo ::set-output name= ref:: $( get_from_event ' .deployment.ref' )
53
- echo ::set-output name= sha:: $( get_from_event ' .deployment.sha' )
54
- echo ::set-output name= environment:: $( get_from_event ' .deployment.environment' )
55
- echo ::set-output name= payload:: $( get_from_event ' .deployment.payload' )
49
+ echo " deployment_id= $( get_from_event ' .deployment.id' ) " >> $GITHUB_OUTPUT
50
+ echo " description= $( get_from_event ' .deployment.description' ) " >> $GITHUB_OUTPUT
51
+ echo " state= ${INPUT_STATUS} " >> $GITHUB_OUTPUT
52
+ echo " ref= $( get_from_event ' .deployment.ref' ) " >> $GITHUB_OUTPUT
53
+ echo " sha= $( get_from_event ' .deployment.sha' ) " >> $GITHUB_OUTPUT
54
+ echo " environment= $( get_from_event ' .deployment.environment' ) " >> $GITHUB_OUTPUT
55
+ echo " payload= $( get_from_event ' .deployment.payload' ) " >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments