File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77
77
-H "Accept: application/vnd.github+json" \
78
78
-H "X-GitHub-Api-Version: 2022-11-28" \
79
79
/repos/ScalefreeCOM/datavault4dbt-ci-cd/actions/workflows/reusable-workflow.yml/dispatches \
80
- -f "ref=PR-Branch-testing " -f "inputs[pr_branch]=pull/${{ steps.extract-artifact.outputs.prid }}" -f "inputs[all_env]=true"
80
+ -f "ref=main " -f "inputs[pr_branch]=pull/${{ steps.extract-artifact.outputs.prid }}" -f "inputs[all_env]=true" -f "inputs[pr_id]=${{ steps.extract-artifact.outputs.prid }}" -f "inputs[remote-triggered ]=true"
81
81
82
82
- name : trigger-labeled-workflow
83
83
if : ${{ steps.extract-artifact.outputs.labels == 'true' && steps.user_affiliation.outputs.isTeamMember == 'true'}}
89
89
-H "Accept: application/vnd.github+json" \
90
90
-H "X-GitHub-Api-Version: 2022-11-28" \
91
91
/repos/ScalefreeCOM/datavault4dbt-ci-cd/actions/workflows/reusable-workflow.yml/dispatches \
92
- -f "ref=PR-Branch-testing " -f "inputs[pr_branch]=pull/${{ steps.extract-artifact.outputs.prid }}" -f "inputs[all_env]=true"
92
+ -f "ref=main " -f "inputs[pr_branch]=pull/${{ steps.extract-artifact.outputs.prid }}" -f "inputs[all_env]=true" -f "inputs[pr_id]=${{ steps.extract-artifact.outputs.prid }}" -f "inputs[remote-triggered ]=true"
93
93
You can’t perform that action at this time.
0 commit comments