Skip to content

Commit 2acf81f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,4 +171,4 @@ jobs:
171171
fi
172172
set -e
173173
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 'firebase-unity-sdk/${{ 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 }}

0 commit comments

Comments
 (0)