Skip to content

Commit

Permalink
Update inputs description
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Jun 19, 2024
1 parent 204b6aa commit be7a197
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ on:
- gcc13
- gcc14
r_version:
description: R Version
description: |
R version (also used as a tag to pull the origin image).
required: true
type: choice
default: "4.4.0"
Expand All @@ -50,7 +51,9 @@ on:
- "4.4.0"
- "latest"
latest_r_version:
description: "R Version to be aliased as the 'latest' tag"
description: |
R Version to be aliased as the 'latest' tag".
(Only relevant for rocker images).
required: false
type: string
default: "4.4.0"
Expand All @@ -69,7 +72,9 @@ on:
- "3.19"
- "devel"
latest_bioc_version:
description: "BioC Version to be aliased as the 'latest' tag"
description: |
BioC Version to be aliased as the 'latest' tag".
(Only relevant for rocker images).
required: false
type: string
default: "3.19"
Expand Down

0 comments on commit be7a197

Please sign in to comment.