We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b7853 commit 4ce4a5aCopy full SHA for 4ce4a5a
.github/workflows/deploy-chatbot.yml
@@ -118,4 +118,8 @@ jobs:
118
await updatePrComment(github, context, steps);
119
120
call-deploy-infra-artifact:
121
- uses: zerodaycode/app-summoners-sync/.github/workflows/deploy-infra.yml@develop
+ 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