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 5b4a1ae commit 734cc18Copy full SHA for 734cc18
.github/workflows/update-cpp-sdk-on-release.yml
@@ -80,5 +80,5 @@ jobs:
80
81
- name: Trigger firebase-cpp-sdk update
82
run: |
83
- pip install -r scripts/gha/requirements.txt
+ pip install -r scripts/gha/python_requirements.txt
84
python scripts/gha/trigger_workflow.py -t ${{ steps.generate-token.outputs.token }} -w update-dependencies.yml -p updateAndroid 0 -p updateiOS 1 -p comment "[Triggered]($GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID) by [firebase-ios-sdk $GITHUB_REF release]($GITHUB_SERVER_URL/$GITHUB_REPOSITORY/releases/tag/$GITHUB_REF)." -s 10 -A
0 commit comments