From 09c784640b3ca176e1f1134467a06356b1b5be52 Mon Sep 17 00:00:00 2001 From: caem Date: Thu, 6 Jul 2023 15:29:40 +0000 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8908765..b71e630 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ on: - cron: "0 8 * * *" jobs: - lockfile: + update_lockfile: runs-on: ubuntu-latest steps: - name: Checkout repository @@ -18,8 +18,8 @@ jobs: with: git-author-name: 'caem' git-author-email: 'caem@dirae.org' - git-comitter-name: 'caem' - git-comitter-email: 'caem@dirae.org' + git-committer-name: 'caem' + git-committer-email: 'caem@dirae.org' pr-title: "Automated: Update flake.lcok" pr-labels: | dependencies