Skip to content

Commit

Permalink
Merge pull request #61 from UNopenGIS:dev
Browse files Browse the repository at this point in the history
Fix events script and push changes
  • Loading branch information
albertkun authored Dec 4, 2023
2 parents 0e109f4 + c0f46c3 commit d4884de
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 d4884de

Please sign in to comment.