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 1ab10d1 commit 2acf81fCopy full SHA for 2acf81f
.github/workflows/update_versions.yml
@@ -171,4 +171,4 @@ jobs:
171
fi
172
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 'firebase-unity-sdk/${{ needs.update_versions.outputs.new_branch }}'
+ 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