mirror of
https://github.com/sern-handler/automata
synced 2026-06-18 05:42:20 +00:00
* some progress * feat: ssh commiting done * remove submodules * Merge branch 'main' into fix/pushing * remove dockerfile
7 lines
281 B
Bash
7 lines
281 B
Bash
GITHUBTOKEN=$(echo $NT_ARGS | jq ".githubToken")
|
|
EMAIL=$(echo $NT_ARGS | jq ".email")
|
|
|
|
git add .
|
|
git -c user.name="sern bot" -c user.email="$EMAIL" commit -m "chore: update api documentation"
|
|
git remote set-url origin git@github.com:sern-handler/sern-community.git
|
|
git push --force |