Skip to content

fix workflow

fix workflow #4

Workflow file for this run

on:
workflow_dispatch:
inputs:
Version:
description: 'Release'
required: true
default: '5.0'
type: string
workflow_call:
inputs:
Version:
description: 'Release'
required: true
default: '5.0'
type: string
jobs:
Deploy_Choco:
uses: isaacrlevin/presencelight/.github/workflows/Releases/Choco.yml@main

Check failure on line 20 in .github/workflows/Release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Release.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
with:
Version: ${{ inputs.VERSION }}