Skip to content

Commit fe55a31

Browse files
author
Cynthia Jiang
committed
test
1 parent 2acf81f commit fe55a31

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/update_versions.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,6 @@ jobs:
170170
generate_report=(-p test_pull_request nightly-packaging)
171171
fi
172172
set -e
173-
echo "New branch is: ${{ needs.update_versions.outputs.new_branch }}"
174-
python scripts/gha/trigger_workflow.py -t ${{ steps.generate-build-token.outputs.token }} -w ${{ matrix.trigger_file }} -b ${{ needs.update_versions.outputs.new_branch }}
173+
compose_new_branch=firebase-unity-sdk/${{ needs.update_versions.outputs.new_branch }}
174+
echo "New branch is: ${compose_new_branch}"
175+
python scripts/gha/trigger_workflow.py -t ${{ steps.generate-build-token.outputs.token }} -w ${{ matrix.trigger_file }} -b ${compose_new_branch}

0 commit comments

Comments
 (0)