Skip to content

Commit 8fcb14f

Browse files
author
Cynthia Jiang
committed
test
1 parent f34590a commit 8fcb14f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,5 +167,5 @@ jobs:
167167
generate_report=(-p test_pull_request nightly-packaging)
168168
fi
169169
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 }}
170+
echo "New branch is: ${{ needs.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 ${{ needs.update_versions.steps.name-branch.outputs.new_branch }}

0 commit comments

Comments
 (0)