Configure Git user for upstream sync in workflow
This commit is contained in:
parent
bd05814e30
commit
4c6054a16e
3
.github/workflows/sync_upstream.yml
vendored
3
.github/workflows/sync_upstream.yml
vendored
@ -15,7 +15,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Sync upstream
|
- name: Sync upstream
|
||||||
run: |
|
run: |
|
||||||
|
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
|
git config user.name "github-actions[bot]"
|
||||||
git remote add upstream https://github.com/gchq/CyberChef.git
|
git remote add upstream https://github.com/gchq/CyberChef.git
|
||||||
git fetch upstream
|
git fetch upstream
|
||||||
git merge upstream/master
|
git merge upstream/master
|
||||||
git push origin master
|
git push origin master
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user