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 f34590a commit 8fcb14fCopy full SHA for 8fcb14f
.github/workflows/update_versions.yml
@@ -167,5 +167,5 @@ jobs:
167
generate_report=(-p test_pull_request nightly-packaging)
168
fi
169
set -e
170
- echo "New branch is: ${{ jobs.update_versions.steps.name-branch.outputs.new_branch }}"
171
- python scripts/gha/trigger_workflow.py -t ${{ steps.generate-build-token.outputs.token }} -w ${{ matrix.trigger_file }} -b ${{ jobs.update_versions.steps.name-branch.outputs.new_branch }}
+ echo "New branch is: ${{ needs.update_versions.steps.name-branch.outputs.new_branch }}"
+ python scripts/gha/trigger_workflow.py -t ${{ steps.generate-build-token.outputs.token }} -w ${{ matrix.trigger_file }} -b ${{ needs.update_versions.steps.name-branch.outputs.new_branch }}
0 commit comments