We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb26019 commit e64da56Copy full SHA for e64da56
1 file changed
.github/workflows/release-and-deploy.yml
@@ -143,6 +143,11 @@ jobs:
143
version: ${{ inputs.release_version }}
144
operation: read
145
146
+ - name: Unset git extraheader (prevent duplicate Authorization)
147
+ run: |
148
+ git config --global --unset http.https://github.com/.extraheader || true
149
+ git config --local --unset http.https://github.com/.extraheader || true
150
+
151
# create the pull request
152
- name: Create Pull Request
153
uses: peter-evans/create-pull-request@v6
0 commit comments