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 f89311a commit e45bff0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
jobs.csv
sparse-checkout-cone-mode: false
- run: |
git config user.name github-actions
git config user.email [email protected]
curl --data-binary @jobs.csv https://csvjson.fermyon.app/ > data.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 e45bff0

Please sign in to comment.