mirror of
https://github.com/cc65/cc65.git
synced 2024-11-16 02:10:52 +00:00
Trying a verbose Git push.
If I'm lucky, it will tell me more.
This commit is contained in:
parent
cb20b2e968
commit
4c74d4b851
@ -111,7 +111,8 @@ jobs:
|
|||||||
git config user.email "cc65.nomail@github.com"
|
git config user.email "cc65.nomail@github.com"
|
||||||
git config push.default simple
|
git config push.default simple
|
||||||
git add -A
|
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"
|
# enter secrets under "repository secrets"
|
||||||
- name: Upload snapshot to sourceforge
|
- name: Upload snapshot to sourceforge
|
||||||
|
Loading…
Reference in New Issue
Block a user