Update workflow

This commit is contained in:
albert 2025-02-04 12:29:04 -08:00
parent 76edc19092
commit ff8c8aaa47
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -18,6 +18,12 @@ jobs:
run: nix flake update
- name: Check flake
uses: actions/flake-checker-action@main
- name: Commit and Push
if: success()
run: |
git config --global user.name '${{ github.actor }}'
git commit -am "[${{ github.job }}] [ACT] Flake Lock Update"
git push
- name: Send Notification
uses: actions/gotify-action@master
if: always()