mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-24 18:11:54 -05:00
Update main.yml
This commit is contained in:
parent
4a1aaa40e0
commit
30b79a0ff9
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -19,10 +19,10 @@ jobs:
|
||||||
|
|
||||||
- run: nix flake update
|
- run: nix flake update
|
||||||
|
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
commit_message: Bump flake.lock
|
commit_message: Bump flake.lock
|
||||||
branch: main
|
branch: master
|
||||||
commit_options: '--no-verify --signoff'
|
commit_options: '--no-verify --signoff'
|
||||||
file_pattern: flake.lock
|
file_pattern: flake.lock
|
||||||
commit_user_name: Flake Bot # defaults to "GitHub Actions"
|
commit_user_name: Flake Bot # defaults to "GitHub Actions"
|
||||||
|
|
Loading…
Reference in a new issue