From ed04b1a8492d1c9e7a6dc9e95255030837534335 Mon Sep 17 00:00:00 2001 From: Marcin Kamianowski Date: Thu, 22 Feb 2024 14:00:45 +0100 Subject: [PATCH] fix: standardize default branch --- .github/workflows/main.yml | 1 - rplatform/dependencies.yaml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 97de01ab..f151adf5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,5 +26,4 @@ jobs: uses: gdrplatform/gDRstyle/.github/workflows/bioc-sync.yaml@main with: PACKAGE_NAME: ${{ github.event.repository.name }} - DEFAULT_BRANCH: master secrets: inherit diff --git a/rplatform/dependencies.yaml b/rplatform/dependencies.yaml index ccb4f4a5..9eb7582a 100644 --- a/rplatform/dependencies.yaml +++ b/rplatform/dependencies.yaml @@ -2,14 +2,14 @@ pkgs: gDRutils: ver: '>= 1.1.3' url: gdrplatform/gDRutils - ref: master + ref: main subdir: ~ host: 'api.github.com' source: GITHUB gDRtestData: ver: '>=1.1.6' url: gdrplatform/gDRtestData - ref: master + ref: main subdir: ~ host: 'api.github.com' source: GITHUB