Skip to content

Try using shared workflow #26

Try using shared workflow

Try using shared workflow #26

Workflow file for this run

name: Build KRunner Plugins
on:
push:
branches:
- master
- github_actions
pull_request:
branches:
- master
workflow_dispatch:
inputs:
publish-version:
description: "new version that should get published"
required: true
permissions:
contents: write
jobs:
build-and-publish:
uses: alex1701c/actions/.github/workflows/plugin_ci_publish.yaml@main

Check failure on line 21 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / Build KRunner Plugins

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yaml (Line: 21, Col: 11): Error from called workflow alex1701c/actions/.github/workflows/plugin_ci_publish.yaml@main (Line: 7, Col: 9): Required property is missing: type
with:
publish-version: ${{ inputs.publish-version }}