From 6f8496d96bce8f90af544967d1d06822596d4085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Efe=20=C3=87etin?= Date: Fri, 7 Jul 2023 18:44:06 +0300 Subject: [PATCH] Update sync_docs.sh --- .github/scripts/sync_docs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/sync_docs.sh b/.github/scripts/sync_docs.sh index b2156aa..1159654 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="main" +BRANCH="master" REPO="template" REPO_URL="github.com/gofiber/docs.git" AUTHOR_EMAIL="github-actions[bot]@users.noreply.github.com" @@ -32,4 +32,4 @@ done cd fiber-docs/ || return git add . git commit -m "Add docs from https://github.com/gofiber/$REPO/commit/${latest_commit}" -git push https://${TOKEN}@${REPO_URL} \ No newline at end of file +git push https://${TOKEN}@${REPO_URL}