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 5663aa0 commit ca537d9Copy full SHA for ca537d9
.github/workflows/prerelease.yml
@@ -101,6 +101,11 @@ jobs:
101
with:
102
name: firebase-ios-sdk
103
path: ${{ env.local_sdk_repo_dir }}
104
+ # Addresses flaky pushes due to missing git config on runner.
105
+ - name: Set git config
106
+ run: |
107
+ git config --global user.email "[email protected]"
108
+ git config --global user.name "google-oss-bot"
109
- name: Update SpecsTesting repo
110
run: |
111
cd scripts/create_spec_repo/
0 commit comments