Unverified Commit ed80fdd7 authored by Hong Minhee's avatar Hong Minhee
Browse files

Fix sponsor update commit command to prevent failure

[ci skip]
parent 90140502
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ jobs:
          git config user.name "${GITHUB_ACTOR}"
          git config user.email \
            "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com"
          git commit -m "Update sponsors"
          git commit -m "Update sponsors" || true
        fi
    - uses: ad-m/github-push-action@master
      with: