Update workflow
This commit is contained in:
parent
76edc19092
commit
ff8c8aaa47
1 changed files with 6 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue