From 9048062f50d939ed0471d3eab3b117a5e3f8e59c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 26 Jul 2024 22:42:29 -0700 Subject: [PATCH] fix: steps changed to reflect successful local test again --- .github/workflows/main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0d623c5..8e413b0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -72,11 +72,9 @@ jobs: - name: Commit and push changes if: env.has_changes == 'true' env: - GIT_AUTHOR_EMAIL: action@github.com - GIT_COMMITTER_EMAIL: action@github.com - GH_BOT: ${{ secrets.GH_BOT }} + GITHUB_TOKEN: ${{ secrets.GH_BOT }} run: | - git config --global user.email "$GIT_AUTHOR_EMAIL" + git config --global user.email "action@github.com" git config --global user.name "GitHub Action" git add duty_tracker.json git commit -m "Update duty tracker via GitHub Actions ($(date '+%Y-%m-%d %H:%M:%S'))"