diff --git a/.github/workflows/CI-winpeas_dev_test.yml b/.github/workflows/CI-winpeas_dev_test.yml index c111f2b..ed88cd0 100644 --- a/.github/workflows/CI-winpeas_dev_test.yml +++ b/.github/workflows/CI-winpeas_dev_test.yml @@ -103,6 +103,7 @@ jobs: run: | git config --local user.email "ci@winpeas.com" git config --global user.name "CI-winpeas" + git pull git commit -m "winpeas binaries auto update" -a --allow-empty # Git push diff --git a/.github/workflows/CI-winpeas_master_test.yml b/.github/workflows/CI-winpeas_master_test.yml index 3c6db6c..4fd5fc7 100644 --- a/.github/workflows/CI-winpeas_master_test.yml +++ b/.github/workflows/CI-winpeas_master_test.yml @@ -103,6 +103,7 @@ jobs: run: | git config --local user.email "ci@winpeas.com" git config --global user.name "CI-winpeas" + git pull git commit -m "winpeas binaries auto update" -a --allow-empty # Git push