Skip to content

Commit

Permalink
Update python-script.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MonMog authored Dec 31, 2024
1 parent a49fac4 commit d22d853
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
git add "$OUTPUT_DIRECTORY/*.csv"
cd $OUTPUT_DIRECTORY
git add *.csv
cd ..
git commit -m "automated CSV file downloaded???"
git push

0 comments on commit d22d853

Please sign in to comment.