From 753bf82ca8e6ac32d428e3c794f23a92bfd7e991 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Mon, 5 Jun 2023 09:40:52 +0530 Subject: [PATCH] configure github actions --- .github/workflows/update-inputs.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/update-inputs.yml b/.github/workflows/update-inputs.yml index 7cf0b50..2043d5d 100644 --- a/.github/workflows/update-inputs.yml +++ b/.github/workflows/update-inputs.yml @@ -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'