Skip to content

deps(actions): Update mirceanton/reusable-workflows ( → ) #8

deps(actions): Update mirceanton/reusable-workflows ( → )

deps(actions): Update mirceanton/reusable-workflows ( → ) #8

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Git Release
on:
workflow_dispatch:
inputs:
dry-run:
description: Dry run
default: true
required: false
type: boolean
pull_request:
paths:
- ".github/workflows/git-release.yaml"
- "README.md"
push:
branches: ["main"]
paths:
- "README.md"
jobs:
release:
uses: mirceanton/reusable-workflows/.github/workflows/git-release-calver.yaml@5134e22703201af6c02b0b029e37b2a59b95ca0c

Check failure on line 26 in .github/workflows/git-release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/git-release.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/git-release.yaml" -> "mirceanton/reusable-workflows/.github/workflows/git-release-calver.yaml@5134e22703201af6c02b0b029e37b2a59b95ca0c" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
dry-run: ${{ inputs.dry-run || github.event.name == 'pull_request' }}