Update manual.yml

This commit is contained in:
Henrik
2023-01-20 10:29:57 +01:00
committed by GitHub
parent 304b47f82c
commit d019b7837a

View File

@@ -39,6 +39,6 @@ jobs:
- name: Copy and Rename File
run: cp html/index.html pixartmin.htm
- name: Commit the changes
run: git commit -m "Add pixartmin.htm"
run: git -c user.name='werkstrom' -c user.email='henrik@werkstrom.com' commit -m "Add pixartmin.htm"
- name: Push the changes
run: git push