mirror of
https://github.com/sern-handler/automata
synced 2026-06-19 14:22:20 +00:00
6 lines
261 B
Bash
6 lines
261 B
Bash
GITHUBTOKEN=$(echo $@ | jq ".githubToken")
|
|
EMAIL=$(echo $@ | jq ".email")
|
|
|
|
git add .
|
|
git -c user.name="sern bot" -c user.email="$EMAIL" commit -m "chore: update api documentation"
|
|
git push --force https://sernbot:$GITHUBTOKEN@github.com/sern-handler/website.git |