From 96e5878e983f7cef2de45112e5da7ab6f95ac04d Mon Sep 17 00:00:00 2001 From: Bui Dai Date: Thu, 11 Dec 2025 19:29:43 +0700 Subject: [PATCH] fix: use main branch instead of master for Pages repo --- .github/workflows/sync-setup-script.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-setup-script.yml b/.github/workflows/sync-setup-script.yml index 8aad3fe..c0ddc37 100644 --- a/.github/workflows/sync-setup-script.yml +++ b/.github/workflows/sync-setup-script.yml @@ -26,7 +26,7 @@ jobs: source_file: 'setup' destination_repo: 'bhdai/bhdai.github.io' destination_folder: '' - destination_branch: 'master' + destination_branch: 'main' user_email: 'github-actions[bot]@users.noreply.github.com' user_name: 'github-actions[bot]' commit_message: 'Sync setup script from kagglelink repo'