Skip to content

ci: update ref

ci: update ref #6

Workflow file for this run

---
name: Daily repo check
on:
push:
branches:
- feat/check-repos
# schedule:
# - cron: "15 4,5 * * *"
jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
outputs:
scheduled-repos: ${{ secrets.SCHEDULED_REPOS }}
gh-token: ${{ secrets.GH_TOKEN }}
lint:
uses: singnet/das/.github/workflows/invoke-workflow.yml@feat/check-repos

Check failure on line 21 in .github/workflows/check-repos.yml

View workflow run for this annotation

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

Invalid workflow file

error parsing called workflow ".github/workflows/check-repos.yml" -> "singnet/das/.github/workflows/invoke-workflow.yml@feat/check-repos" (source branch with sha:7f3d49285b6b6c1cfe59900db6544ffbdc209bc0) : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
workflow: ${{ matrix.repo.name }}
repo: ${{ matrix.repo.repo }}
token: ${{ needs.setup.outputs.gh-token }}
needs: setup
strategy:
matrix:
repo: ${{ fromJson(needs.outputs.scheduled-repos) }}