Actually push commits
This commit is contained in:
@ -3,6 +3,7 @@ set -x
|
||||
|
||||
TOKEN=$(< token.txt)
|
||||
EDITOR=nano git commit -a
|
||||
git push
|
||||
|
||||
COMMIT=$(git log | head -n 1 | cut -d' ' -f2)
|
||||
echo $COMMIT
|
||||
|
Reference in New Issue
Block a user