Skip to content

Commit

Permalink
Merge pull request #62 from UNopenGIS:dev
Browse files Browse the repository at this point in the history
Update events
  • Loading branch information
albertkun authored Dec 4, 2023
2 parents d4884de + eb0cae1 commit 5f70f3f
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/update_events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,9 @@ jobs:
run: pip install --no-cache-dir -r requirements.txt
- name: Run script
run: python .scripts/events_updater.py
- 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
working-directory: ${{ github.workspace }}
uses: EndBug/add-and-commit@v7
with:
author_name: "GitHub Actions"
author_email: "[email protected]"
message: "[Auto] Update events"

0 comments on commit 5f70f3f

Please sign in to comment.