From aaf7f863e570bc45582e09873993ef9155859d95 Mon Sep 17 00:00:00 2001 From: fynnbe Date: Tue, 2 Jul 2024 16:41:18 +0200 Subject: [PATCH] unify resource_id descpriptions --- .github/workflows/publish.yaml | 2 +- .github/workflows/request_changes.yaml | 2 +- .github/workflows/stage.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 67b5c664..3b50b4c4 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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: diff --git a/.github/workflows/request_changes.yaml b/.github/workflows/request_changes.yaml index d59262c2..60da26ba 100644 --- a/.github/workflows/request_changes.yaml +++ b/.github/workflows/request_changes.yaml @@ -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 diff --git a/.github/workflows/stage.yaml b/.github/workflows/stage.yaml index 7c27ccda..4274fc44 100644 --- a/.github/workflows/stage.yaml +++ b/.github/workflows/stage.yaml @@ -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: