From b107aa71a48f264e66a5366e03f42de469971559 Mon Sep 17 00:00:00 2001 From: Al J Abadi Date: Thu, 10 Oct 2024 16:34:04 +1100 Subject: [PATCH] add branch params to push2bioc.yml --- .github/workflows/push2bioc.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push2bioc.yml b/.github/workflows/push2bioc.yml index dff3f99b..cd0aebe8 100644 --- a/.github/workflows/push2bioc.yml +++ b/.github/workflows/push2bioc.yml @@ -5,8 +5,16 @@ on: description: "Type 'push' to push, 'pull' to pull latest changes from Bioconductor's remote. Otherwise, only diff with remote is shown." required: true default: "show diff only" + source_branch: + description: "The source branch from GitHub" + required: true + default: "devel" + bioc_branch: + description: "The target branch from Bioc" + required: true + default: "devel" -name: "Push to Bioconductor" +name: "Connect to Bioconductor Repository" jobs: push: @@ -17,7 +25,7 @@ jobs: with: fetch-depth: 0 - - name: Push to Bioconductor + - name: Connect to Bioconductor Repository run: | wd=$PWD #--- log setup: log everything in log/log.out