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 03f44c2 commit f6321c6Copy full SHA for f6321c6
.github/workflows/deploy-pre-chatbot.yml
@@ -60,14 +60,12 @@ jobs:
60
uses: actions/github-script@v6
61
with:
62
script: |
63
- const branch = steps.pr_details.outputs.branch;
64
github.rest.actions.createWorkflowDispatch({
65
owner: context.repo.owner,
66
repo: context.repo.repo,
67
workflow_id: "deploy-pre.yml",
68
- ref: branch,
+ ref: steps.pr_details.outputs.branch,
69
});
70
- console.log("Triggered deploy-pre workflow for branch:", branch);
71
# Step 6: Post Confirmation Comment
72
- name: Post Comment to PR
73
if: steps.check_command.outputs.valid == 'true'
0 commit comments