Skip to content

Commit

Permalink
unify resource_id some more
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Jul 2, 2024
1 parent aaf7f86 commit 5d9934e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: "bioimage.io resource concept ID, e.g. 'affable-shark'"
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: "bioimage.io resource concept ID, e.g. 'affable-shark'"
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 concept ID, e.g. 'affable-shark'"
description: "bioimage.io resource concept ID (e.g. 'affable-shark')"
required: true
type: string
package_url:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.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 concept"
description: "bioimage.io resource concept ID (e.g. 'affable-shark')"
required: true
type: string
version:
Expand Down

0 comments on commit 5d9934e

Please sign in to comment.