Skip to content

Update main.yml

Update main.yml #3

Workflow file for this run

on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
jobs.csv
sparse-checkout-cone-mode: false
- run: |
ls
cat jobs.csv
git config user.name github-actions
git config user.email [email protected]
git add .
git commit -m "generated"
git push