Pyrofork: docs: Add branch name to docs commit title

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
wulan17 2023-12-30 22:04:38 +07:00
parent 835fb00e38
commit 53562e4354
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5

View file

@ -26,5 +26,5 @@ fi
git config --local user.name "Mayuri-Chan" git config --local user.name "Mayuri-Chan"
git config --local user.email "mayuri@mayuri.my.id" git config --local user.email "mayuri@mayuri.my.id"
git add --all git add --all
git commit -a -m "docs: Update docs $(date '+%Y-%m-%d | %H:%m:%S %p %Z')" --signoff git commit -a -m "docs: $(echo $GITHUB_REF | cut -d '/' -f 3): Update docs $(date '+%Y-%m-%d | %H:%m:%S %p %Z')" --signoff
git push -u origin --all git push -u origin --all