File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838 with :
3939 environment : ${{ needs.parse-command.outputs.environment }}
4040 project : ${{ needs.parse-command.outputs.project }}
41- infra : ${{ needs.parse-command.outputs.infra }}
41+ infra : ${{ needs.parse-command.outputs.artifact }}
4242
4343 trigger-deployment :
4444 needs : notify-user
5050
5151 deploy-infra :
5252 needs : notify-user
53- if : needs.parse-command.outputs.infra != ''
53+ if : needs.parse-command.outputs.artifact != ''
5454 uses : zerodaycode/app-summoners-sync/.github/workflows/deploy-infra.yml@develop
5555 with :
56- artifact : ${{ needs.parse-command.outputs.infra }}
56+ artifact : ${{ needs.parse-command.outputs.artifact }}
5757 environment : ${{ needs.parse-command.outputs.environment }}
5858 secrets : inherit
You can’t perform that action at this time.
0 commit comments