We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df547f8 commit 3082018Copy full SHA for 3082018
.github/workflows/update.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Push changes
48
run: |
49
git config --global user.name 'github-actions[bot]'
50
- git config --global user.email '27856297+dependabot-preview[bot]@users.noreply.github.com'
+ git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
51
git config --unset-all http.https://github.com/.extraheader
52
53
if [[ -n $(git status --porcelain) ]]; then
0 commit comments