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 4deaeb6 commit dc52934Copy full SHA for dc52934
.github/workflows/deploy-chatbot.yml
@@ -26,6 +26,11 @@ jobs:
26
await import(`${{ github.workspace }}/actions_scripts/parse_deployment_command.js`);
27
28
parseDeployCommand({ context, core });
29
+ - name: Debug Outputs
30
+ run: |
31
+ echo "Environment: ${{ steps.parse-deploy-command.outputs.environment }}"
32
+ echo "Project: ${{ steps.parse-deploy-command.outputs.project }}"
33
+ echo "Infra: ${{ steps.parse-deploy-command.outputs.infra }}"
34
35
generate-token:
36
needs: parse-command
0 commit comments