Skip to content

Commit

Permalink
unify resource_id descpriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Jul 2, 2024
1 parent 24de9ed commit aaf7f86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
inputs:
resource_id:
description: "Bioimageio ID of the resource - to be used to access the resource on S3"
description: "bioimage.io resource concept ID, e.g. 'affable-shark'"
required: true
type: string
stage_number:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/request_changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
inputs:
resource_id:
description: "Bioimageio ID of the resource - to be used to access the resource on S3"
description: "bioimage.io resource concept ID, e.g. 'affable-shark'"
required: true
type: string
stage_number: # TODO: remove
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
inputs:
resource_id:
description: "Bioimage.io resource identifier"
description: "bioimage.io resource concept ID, e.g. 'affable-shark'"
required: true
type: string
package_url:
Expand Down

0 comments on commit aaf7f86

Please sign in to comment.