This commit is contained in:
albert 2025-02-04 13:40:31 -08:00
parent 4ad275e316
commit b1661c65a5
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -21,8 +21,8 @@ jobs:
- name: Commit and Push
if: success()
run: |
git config --global user.email '${{ github.actor }}@sysctl.io'
git config --global user.name '${{ github.actor }}'
git config --global user.name '${{ github.actor }}@sysctl.io'
git commit -am "[${{ github.job }}] [ACT] Flake Lock Update"
git push
- name: Send Notification