Skip to content

Promote Charm

Promote Charm #1

Workflow file for this run

name: Promote Charm
on:
workflow_dispatch:
inputs:
promotion:
type: choice
description: Channel to promote from
options:
- edge -> beta
- beta -> candidate
- candidate -> stable
jobs:
promote:
name: Promote Charm
uses: canonical/sdcore-github-workflows/.github/workflows/promote.yaml@main

Check failure on line 17 in .github/workflows/promote.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/promote.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/promote.yaml" -> "canonical/sdcore-github-workflows/.github/workflows/promote.yaml@main" (source branch with sha:23f2db91902ed7b046902563688b8520b03eb6b6) : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
promotion: ${{ github.event.inputs.promotion }}
secrets: inherit