From 6eb48fea8b01cc2c74d2fe94603517130a1478a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Werner?= Date: Mon, 8 Jan 2024 16:37:35 +0100 Subject: [PATCH] configure workflows for main (v3-beta) branch --- .github/scripts/sync_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/sync_docs.sh b/.github/scripts/sync_docs.sh index a05e1ab2..8db9bdaf 100755 --- a/.github/scripts/sync_docs.sh +++ b/.github/scripts/sync_docs.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Some env variables -BRANCH="master" +BRANCH="main" REPO_URL="github.com/gofiber/docs.git" AUTHOR_EMAIL="github-actions[bot]@users.noreply.github.com" AUTHOR_USERNAME="github-actions[bot]"