From 4c74d4b851cc6cc803b24b5e203b7abf544f2848 Mon Sep 17 00:00:00 2001 From: Greg King Date: Fri, 17 Jun 2022 05:38:59 -0400 Subject: [PATCH] Trying a verbose Git push. If I'm lucky, it will tell me more. --- .github/workflows/snapshot-on-push-master.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/snapshot-on-push-master.yml b/.github/workflows/snapshot-on-push-master.yml index 1428c9626..1f17559ca 100644 --- a/.github/workflows/snapshot-on-push-master.yml +++ b/.github/workflows/snapshot-on-push-master.yml @@ -111,7 +111,8 @@ jobs: git config user.email "cc65.nomail@github.com" git config push.default simple git add -A - git commit -m "Updated from cc65 commit ${GITHUB_SHA}." && git push + git commit -m "Updated from cc65 commit ${GITHUB_SHA}." + git push -v # enter secrets under "repository secrets" - name: Upload snapshot to sourceforge