mirror of
https://github.com/sern-handler/automata
synced 2026-06-18 22:02:19 +00:00
6 lines
250 B
Bash
6 lines
250 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 typedoc"
|
|
git push https://sernbot:$GITHUBTOKEN@github.com/sern-handler/sern-community.git |