From b4231401bdabf2159748d69f85f7f7375e44fa5b 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 f6eb20109..981e02fd8 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