Skip to content

.github/workflows/release_workflow.yml #20

.github/workflows/release_workflow.yml

.github/workflows/release_workflow.yml #20

name: Trigger Publish
on:
workflow_dispatch:
inputs:
project-dir:
default: ''
required: true
description: 'was ist das projekt directory'
jobs:
publish-package:
uses: ./.github/workflows/reuse-reuse-release-workflow.yml

Check failure on line 12 in .github/workflows/release_workflow.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release_workflow.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release_workflow.yml" -> "./.github/workflows/reuse-reuse-release-workflow.yml" : failed to fetch workflow: workflow was not found.
with:
project-dir: ${{ github.event.inputs.project-dir }}