Skip to content

Update README.md

Update README.md #54

Workflow file for this run

on: push
permissions:
contents: write
deployments: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
git config user.name github-actions
git config user.email [email protected]
curl --data-binary @jobs.csv https://csvjson.fermyon.app/ > $GITHUB_WORKSPACE/src/data/jobsdata.json
git add .
git commit -m "generated"
git push