Skip to content

Commit dc52934

Browse files
committed
chore(gh-actions): Add debug for variables
1 parent 4deaeb6 commit dc52934

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-chatbot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
await import(`${{ github.workspace }}/actions_scripts/parse_deployment_command.js`);
2727
2828
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 }}"
2934
3035
generate-token:
3136
needs: parse-command

0 commit comments

Comments
 (0)