Skip to content

Beta Pipeline

Beta Pipeline #5

Workflow file for this run

name: Beta Pipeline
on:
workflow_dispatch:
inputs:
version:
description: 'Version to build'
required: false
type: string
notify_testers:
description: 'Notify external testers'
required: false
default: true
type: boolean
jobs:
call-shippable-builds:
uses: coreycb/thunderbird-ios/.github/workflows/shippable-builds.yml@beta
with:
version: ${{ github.event.inputs.version }}

Check failure on line 20 in .github/workflows/beta-pipeline.yml

View workflow run for this annotation

GitHub Actions / Beta Pipeline

Invalid workflow file

The workflow is not valid. .github/workflows/beta-pipeline.yml (Line: 20, Col: 16): Invalid input, version is not defined in the referenced workflow. .github/workflows/beta-pipeline.yml (Line: 21, Col: 23): Invalid input, notify_testers is not defined in the referenced workflow.
notify_testers: ${{ github.event.inputs.notify_testers }}