.github/workflows/release_workflow.yml #22
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-release-workflow.yml | ||
Check failure on line 12 in .github/workflows/release_workflow.yml GitHub Actions / Trigger PublishInvalid workflow file
|
||
with: | ||
project-dir: ${{ github.event.inputs.project-dir }} |