diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index a0070a59d..315793486 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -72,4 +72,4 @@ jobs: git add README.md git commit -m "[Bot] Update README.md" -m "Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](https://github.com/iptv-org/iptv/actions/runs/${{ github.run_id }}) workflow." --no-verify || exit 0 git status - git push + git push --set-upstream origin master