Skip to content

.github/workflows/version_health.yml #44

.github/workflows/version_health.yml

.github/workflows/version_health.yml #44

name: "Version Health Report"
on:
pull_request:
types: [opened, synchronize]
schedule:
- cron: '37 13 * * 1-5'
permissions:
contents: read
pull-requests: write
issues: write
jobs:
version_health:
uses: doximity/dox-gh-shared-workflows/.github/workflows/version_health.yml@master

Check failure on line 16 in .github/workflows/version_health.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/version_health.yml

Invalid workflow file

error parsing called workflow ".github/workflows/version_health.yml" -> "doximity/dox-gh-shared-workflows/.github/workflows/version_health.yml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
primary_branch: ${{github.event.repository.default_branch}}
secrets: inherit