diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bb776d4..bd7e253 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: - run: | git config user.name github-actions git config user.email github-actions@github.com - curl --data-binary @jobs.csv https://csvjson.fermyon.app/ > jobs/src/data/jobsdata.json + curl --data-binary @jobs.csv https://csvjson.fermyon.app/ > $GITHUB_WORKSPACE/src/data/jobsdata.json git add . git commit -m "generated" git push