Skip to content

Commit

Permalink
attempt to fix files generation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperKogito committed Jun 10, 2024
1 parent 3e425fb commit 5bf92d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/generate_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Generate CSV and README

on:
push:
branches:
- master
paths:
- 'src/ser-datasets.json'

Expand Down Expand Up @@ -34,7 +36,8 @@ jobs:
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add src/ser-datasets.csv README.md
git pull origin master # Pull the latest changes from the remote repository
git add src/ser-datasets.csv README.md
git commit -m 'Automatically generated CSV and README from JSON update'
git push origin HEAD:master
env:
Expand Down

0 comments on commit 5bf92d0

Please sign in to comment.