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: |
|
||||
nix flake update
|
||||
- name: Commit changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
commit_user_name: GitHub Actions
|
||||
commit_user_email: ""
|
||||
commit_author: ""
|
||||
commit_message: 'Update Inputs'
|
||||
file_pattern: flake.lock
|
||||
push_options: '--force'
|
||||
message: 'Actions: Update Inputs'
|
||||
default_author: github_actions
|
||||
add: 'flake.lock'
|
||||
|
|
Loading…
Reference in a new issue