diff --git a/.github/workflows/apple-music-build.yml b/.github/workflows/apple-music-build.yml index d2c3882..5a8b94e 100644 --- a/.github/workflows/apple-music-build.yml +++ b/.github/workflows/apple-music-build.yml @@ -44,5 +44,5 @@ jobs: git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" git add . - git commit -a -m "new-build: $(date -u)" - git push + git commit -a -m "new-build: $(date -u)" > /dev/null 2>&1 + git push > /dev/null 2>&1