configure github actions
This commit is contained in:
parent
d3fe9ab6e6
commit
753bf82ca8
1 changed files with 4 additions and 7 deletions
11
.github/workflows/update-inputs.yml
vendored
11
.github/workflows/update-inputs.yml
vendored
|
@ -21,11 +21,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
nix flake update
|
nix flake update
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: EndBug/add-and-commit@v9
|
||||||
with:
|
with:
|
||||||
commit_user_name: GitHub Actions
|
message: 'Actions: Update Inputs'
|
||||||
commit_user_email: ""
|
default_author: github_actions
|
||||||
commit_author: ""
|
add: 'flake.lock'
|
||||||
commit_message: 'Update Inputs'
|
|
||||||
file_pattern: flake.lock
|
|
||||||
push_options: '--force'
|
|
||||||
|
|
Loading…
Reference in a new issue