Skip to content

Commit

Permalink
feat: finish setlist updater and free commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantotone committed Jul 27, 2023
1 parent 3731e09 commit 463a042
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/update-setlists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,11 @@ jobs:
sparse-checkout: setlists
path: api

- name: "[temporary] List all files"
run: ls && ls api && ls api/setlists

# - name: "Commit and save changes"
# run: |
# git config --global user.name "GitHub Actions"
# git config --global user.email "[email protected]"
# git add api/setlists/*
# git commit -m "chore: update setlists"
# git push
- name: "Commit and save changes"
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
git add api/setlists/*
git commit -m "chore: update setlists"
git push

0 comments on commit 463a042

Please sign in to comment.