Skip to content

ci: invoke workflow

ci: invoke workflow #5

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@master

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@master" : failed to fetch workflow: workflow was not found.
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) }}