From 463a04270ccf7d57e82918adebbccec1549257f5 Mon Sep 17 00:00:00 2001 From: Panto! Date: Thu, 27 Jul 2023 20:57:07 -0300 Subject: [PATCH] feat: finish setlist updater and free commit --- .github/workflows/update-setlists.yml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) 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