Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vorcigernix authored Mar 2, 2024
1 parent 6c6cbf4 commit 936ec9a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
jobs.csv
sparse-checkout-cone-mode: false
- run: |
cat $HOME/jobs.csv
git config user.name github-actions
git config user.email [email protected]
git add .
git commit -m "generated"
git push

0 comments on commit 936ec9a

Please sign in to comment.