Skip to content

Dependency Dashboard #89

Dependency Dashboard

Dependency Dashboard #89

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
# yamllint disable rule:comments
name: Dependency dashboard
on: # yamllint disable-line rule:truthy
issues:
types: [edited]
env:
LOG_LEVEL: ${{ inputs.logLevel || 'debug' }}
RENOVATE_AUTODISCOVER: true
RENOVATE_AUTODISCOVER_FILTER: ${{ github.repository }}
RENOVATE_DRY_RUN: ${{ inputs.dryRun == true }}
RENOVATE_PLATFORM: github
RENOVATE_PLATFORM_COMMIT: true
RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: ^make build$
WORKFLOW_RENOVATE_VERSION: ${{ inputs.version || 'latest' }}
jobs:
dispatch-issue:
if: github.event.issue.id == 2583431285 && github.event.sender.id != 184785746
uses: ./.github/workflows/renovate.yaml

Check failure on line 21 in .github/workflows/dashboard.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/dashboard.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/dashboard.yaml" -> "./.github/workflows/renovate.yaml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
# debug-event:
# runs-on: ubuntu-latest
# steps:
# - name: print event json
# env:
# EVENT_DEBUG: ${{ toJSON(github.event) }}
# run: |
# echo "${EVENT_DEBUG}"