We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ddf83 commit a8e2e51Copy full SHA for a8e2e51
.github/workflows/sync_repos_git.yaml
@@ -125,6 +125,7 @@ jobs:
125
##User-Agent
126
USER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_firefox_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"
127
echo "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"
128
+ echo "GIT_HTTP_USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"
129
continue-on-error: true
130
131
- name: Syncing "${{ github.repository }}" <-- "(${{ env.UPSTREAM_REPO }})"
0 commit comments