Skip to content

Commit

Permalink
add branch params to push2bioc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aljabadi authored Oct 10, 2024
1 parent ed64225 commit b107aa7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/push2bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit b107aa7

Please sign in to comment.