From df9f0d9b56a51ddd58916d0a05315d62a838a375 Mon Sep 17 00:00:00 2001 From: Melissa Silva <32807254+melipass@users.noreply.github.com> Date: Tue, 29 Jun 2021 22:51:08 -0400 Subject: [PATCH] Update action.yml --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 32993eb..323b23d 100644 --- a/action.yml +++ b/action.yml @@ -24,6 +24,7 @@ runs: LASTFM_USER: ${{ inputs.LASTFM_USER }} run: python ${{ github.action_path }}/lastfm.py shell: bash + - name: commit changes continue-on-error: true run: | @@ -31,6 +32,7 @@ runs: git config --local user.name "GitHub Action" git add -A git commit -m "Updated last.fm's weekly chart" -a + shell: bash - name: push changes continue-on-error: true @@ -38,6 +40,7 @@ runs: with: github_token: ${{ inputs.GITHUB_TOKEN }}\ branch: main + shell: bash branding: icon: 'music' color: 'red'