diff --git a/.github/workflows/update-setlists.yml b/.github/workflows/update-setlists.yml index 4d93c49..145310a 100644 --- a/.github/workflows/update-setlists.yml +++ b/.github/workflows/update-setlists.yml @@ -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 "actions@github.com" - # 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 "actions@github.com" + git add api/setlists/* + git commit -m "chore: update setlists" + git push \ No newline at end of file