Skip to content

create-prepare-pr-linux #63

create-prepare-pr-linux

create-prepare-pr-linux #63

name: create-prepare-pr-linux
on:
workflow_call:
inputs:
distro:
required: true
type: string
draft:
required: false
type: boolean
default: false
workflow_dispatch:
inputs:
distro:
required: true
type: string
draft:
required: false
type: boolean
default: false
jobs:
create-prepare-pr:
uses: ./.github/workflows/create-prepare-pr-platform.yaml

Check warning on line 24 in .github/workflows/create-prepare-pr-linux.yaml

View workflow run for this annotation

GitHub Actions / create-prepare-pr-linux

Workflow syntax warning

In .github/workflows/create-prepare-pr-linux.yaml (Line: 24, Col: 11): Error from called workflow qiime2/distributions/.github/workflows/create-prepare-pr-platform.yaml@3961b91e1b7018c5de8097484ffde53ed365e719 (Line: 135, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
secrets: inherit
with:
distro: ${{ inputs.distro }}
platform_label: linux-64
seed_environment_file: seed-environment-conda-linux.yml
trial_workflow_name: ci-distro-trial-linux
draft: ${{ inputs.draft }}