Skip to content

new version

new version #77

Workflow file for this run

name: Release Checker
on:
pull_request_target:
paths: [ 'version.json' ]
types: [ opened, synchronize, reopened, labeled, unlabeled ]
workflow_dispatch:
permissions:
contents: write
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release-check:
uses: pl-strflt/uci/.github/workflows/[email protected]

Check failure on line 19 in .github/workflows/release-check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-check.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release-check.yml" -> "pl-strflt/uci/.github/workflows/[email protected]" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.