Skip to content

chore(deps): update mirceanton/reusable-workflows digest to ad68966 - autoclosed #29

chore(deps): update mirceanton/reusable-workflows digest to ad68966 - autoclosed

chore(deps): update mirceanton/reusable-workflows digest to ad68966 - autoclosed #29

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Renovate
on:
workflow_dispatch:
inputs:
dry-run:
description: Dry Run
default: "false"
required: false
log-level:
description: Log Level
default: debug
required: false
pull_request:
paths:
- ".github/workflows/renovate.yaml"
- ".github/configs/renovate/*.json5"
- "renovate.json5"
schedule:
- cron: "0 * * * *" # hourly
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
jobs:
renovate:
uses: mirceanton/reusable-workflows/.github/workflows/renovate.yaml@ad68966d90780c09542180ea2f598d0befc6990f

Check failure on line 30 in .github/workflows/renovate.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/renovate.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/renovate.yaml" -> "mirceanton/reusable-workflows/.github/workflows/renovate.yaml@ad68966d90780c09542180ea2f598d0befc6990f" : workflow is not reusable as it is missing a `on.workflow_call` trigger
secrets: inherit
with:
dry-run: "${{ inputs.dry-run == true || github.event_name == 'pull_request' }}"
log-level: "${{ inputs.log-level || 'debug' }}"