forge-ci: set commit message from main
All checks were successful
/ render (push) Successful in 34s

This commit is contained in:
IkiWiki 2024-08-25 20:16:41 -04:00
parent 6cb918ab09
commit 28436e0bb0
Signed by untrusted user who does not match committer: forge
GPG key ID: D62A472A4AA7D541

View file

@ -25,11 +25,12 @@ jobs:
run: ikiwiki --setup ikiwiki.setup
- name: Website upload
run: |
git log -1 --pretty=%B > commit.txt
cd public
date > generated.txt
# Note: the following account information will not work on GHES
git config user.name "forgejo-actions[bot]"
git config user.email "dev@ayakael.net"
git add .
git commit -m "Update"
git commit -F ../commit.txt
git push