From f92e21b212295c1616f102661d58695c21f4bd13 Mon Sep 17 00:00:00 2001 From: makikvues Date: Tue, 13 Jul 2021 20:37:02 +0200 Subject: [PATCH] - updated winpeas actions, git pull before push --- .github/workflows/CI-winpeas_dev_test.yml | 1 + .github/workflows/CI-winpeas_master_test.yml | 1 + 2 files changed, 2 insertions(+) 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