Skip to content

Commit

Permalink
fix: events script and push changes
Browse files Browse the repository at this point in the history
  • Loading branch information
albertkun committed Dec 4, 2023
1 parent 758363f commit c0f46c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
run: pip install --no-cache-dir -r requirements.txt
- name: Run script
run: python .scripts/events_updater.py
- name: Change to repo directory
run: cd $GITHUB_WORKSPACE
- name: Set up Git
run: |
git config user.name "GitHub Actions"
git config user.email "[email protected]"
working-directory: ${{ github.workspace }}
- name: Commit and push changes
run: |
git add .
git commit -m "[Auto] Update events"
git push
git push
working-directory: ${{ github.workspace }}

0 comments on commit c0f46c3

Please sign in to comment.