fix pull-upstream pipeline
This commit is contained in:
parent
e25a05796f
commit
bc242d08cc
|
@ -20,7 +20,7 @@ jobs:
|
||||||
|
|
||||||
- name: Commit
|
- name: Commit
|
||||||
if: ${{ steps.changed.outputs.all_changed_files != '' }}
|
if: ${{ steps.changed.outputs.all_changed_files != '' }}
|
||||||
uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4.16.0
|
uses: https://github.com/stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4.16.0
|
||||||
with:
|
with:
|
||||||
commit_user_name: "Johnny5"
|
commit_user_name: "Johnny5"
|
||||||
commit_user_email: "bot@snaile.de"
|
commit_user_email: "bot@snaile.de"
|
||||||
|
|
Loading…
Reference in New Issue