mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 22:30:12 +00:00
Trying a verbose Git push.
If I'm lucky, it will tell me more.
This commit is contained in:
parent
0d5dbb2ce2
commit
b4231401bd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user