Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hdser committed Sep 23, 2024
1 parent 4c65039 commit 6cef84d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,16 @@ jobs:
source .venv/bin/activate
python src/scripts/snapshot_crawler.py
- name: Commit and push changes
- name: Pull latest changes
run: |
git config --local user.name "github-actions[bot]"
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git pull origin main
- name: Commit and push changes
run: |
git add .
git commit -m "Add generated YAML files"
git push
git push origin main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6cef84d

Please sign in to comment.