- updated winpeas actions, git pull before push
This commit is contained in:
parent
bc17fb5a3d
commit
f92e21b212
1
.github/workflows/CI-winpeas_dev_test.yml
vendored
1
.github/workflows/CI-winpeas_dev_test.yml
vendored
@ -103,6 +103,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --local user.email "ci@winpeas.com"
|
git config --local user.email "ci@winpeas.com"
|
||||||
git config --global user.name "CI-winpeas"
|
git config --global user.name "CI-winpeas"
|
||||||
|
git pull
|
||||||
git commit -m "winpeas binaries auto update" -a --allow-empty
|
git commit -m "winpeas binaries auto update" -a --allow-empty
|
||||||
|
|
||||||
# Git push
|
# Git push
|
||||||
|
1
.github/workflows/CI-winpeas_master_test.yml
vendored
1
.github/workflows/CI-winpeas_master_test.yml
vendored
@ -103,6 +103,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --local user.email "ci@winpeas.com"
|
git config --local user.email "ci@winpeas.com"
|
||||||
git config --global user.name "CI-winpeas"
|
git config --global user.name "CI-winpeas"
|
||||||
|
git pull
|
||||||
git commit -m "winpeas binaries auto update" -a --allow-empty
|
git commit -m "winpeas binaries auto update" -a --allow-empty
|
||||||
|
|
||||||
# Git push
|
# Git push
|
||||||
|
Loading…
Reference in New Issue
Block a user