Skip to content

Commit

Permalink
fix: steps changed to reflect successful local test again
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 27, 2024
1 parent c6ee194 commit 9048062
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'))"
Expand Down

0 comments on commit 9048062

Please sign in to comment.