Skip to content

Workflow file for this run

name: Stage new contribution
on:
workflow_dispatch:
inputs:
resource_id:
description: "Bioimage.io resource identifier"
required: true
type: string
package_url:
description: "Download URL of the resource package zip-file"
required: true
type: string
concurrency: ${{inputs.resource_id}}
jobs:
call:
uses: ./.github/workflows/stage_call.yaml

Check failure on line 19 in .github/workflows/stage.yaml

View workflow run for this annotation

GitHub Actions / Stage new contribution

Invalid workflow file

The workflow is not valid. .github/workflows/stage.yaml (Line: 19, Col: 11): Input package_url is required, but not provided while calling.
with:
resource_id: ${{inputs.resource_id}}
S3_HOST: ${{vars.S3_HOST}}
S3_BUCKET: ${{vars.S3_BUCKET}}
S3_FOLDER: ${{vars.S3_FOLDER}}
secrets: inherit