We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e11ff commit d9883a2Copy full SHA for d9883a2
1 file changed
.github/workflows/action.yml
@@ -53,7 +53,7 @@ jobs:
53
git add popup.html
54
git add icon.png
55
git commit -m "auto build from github workflow"
56
- git remote set-url origin https://zmisgod:${{secrets.ACCESS_TOKEN}}@github.com/zhimin-dev/iptv-checker.git
+ git remote set-url origin https://zmisgod:${{secrets.ACCESS_TOKEN}}@github.com/zhimin-dev/dev-tool.git
57
git remote -v
58
git checkout -b production
59
git push origin HEAD:production --force
0 commit comments