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 6602488 commit 3710f80Copy full SHA for 3710f80
.github/workflows/update_versions.yml
@@ -168,5 +168,5 @@ jobs:
168
generate_report=(-p test_pull_request nightly-packaging)
169
fi
170
set -e
171
- echo "New branch is: ${{ needs.update_versions.steps.name-branch.outputs.new_branch }}"
+ echo "New branch is: ${{ needs.update_versions.outputs.new_branch }}"
172
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 }}'
0 commit comments