Skip to content

Commit 4ce4a5a

Browse files
committed
chore: 🎨 getting the output of the first job as an input of the second one (deploy)
1 parent 46b7853 commit 4ce4a5a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy-chatbot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,8 @@ jobs:
118118
await updatePrComment(github, context, steps);
119119
120120
call-deploy-infra-artifact:
121-
uses: zerodaycode/app-summoners-sync/.github/workflows/deploy-infra.yml@develop
121+
needs: handle-deployment-on-pr-comment
122+
uses: zerodaycode/app-summoners-sync/.github/workflows/deploy-infra.yml@develop
123+
with:
124+
artifact: ${{ needs.handle-deployment-on-pr-comment.outputs.artifact }}
125+
environment: ${{ needs.handle-deployment-on-pr-comment.outputs.environment }}

0 commit comments

Comments
 (0)