From 6e6cede5c0234f3cbb4a21ffdaa062f5e6f7f50c Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 25 Jun 2023 14:42:53 +0300 Subject: [PATCH] Update update.yml --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index f1a0dd286..d0e01af31 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -72,5 +72,5 @@ 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 remote add origin https://github.com/iptv-org/iptv.git + git remote set-url origin https://github.com/iptv-org/iptv.git git push --set-upstream origin master