Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vorcigernix authored Mar 2, 2024
1 parent a86f610 commit 785aa3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- run: |
git config user.name github-actions
git config user.email [email protected]
curl --data-binary @jobs.csv https://csvjson.fermyon.app/ > jobsdata.json
curl --data-binary @jobs.csv https://csvjson.fermyon.app/ > /src/data/jobsdata.json
git add .
git commit -m "generated"
git push

0 comments on commit 785aa3a

Please sign in to comment.