configure github actions

This commit is contained in:
Adithya 2023-06-05 09:40:52 +05:30
parent d3fe9ab6e6
commit 753bf82ca8
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -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'