From dff48c99dbaf303265fb3d8f4555ced63b08dd34 Mon Sep 17 00:00:00 2001 From: Kslr Date: Sun, 8 Nov 2020 11:27:14 +0800 Subject: [PATCH] fix deb git branch name --- .github/workflows/deb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deb.yml b/.github/workflows/deb.yml index 4a06f7233..576c30ccf 100644 --- a/.github/workflows/deb.yml +++ b/.github/workflows/deb.yml @@ -48,5 +48,5 @@ jobs: reprepro includedeb ../*.deb git add -A git commit -am 'update' - git push origin master + git push origin main