Skip to content

.github/workflows/maintenance.yml #231

.github/workflows/maintenance.yml

.github/workflows/maintenance.yml #231

Workflow file for this run

name: Repository maintenance
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
maintenance:
uses: ObsidianPublisher/actions/.github/workflows/maintenance.yml@main

Check failure on line 9 in .github/workflows/maintenance.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/maintenance.yml

Invalid workflow file

error parsing called workflow ".github/workflows/maintenance.yml" -> "ObsidianPublisher/actions/.github/workflows/maintenance.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
CLEAN: true
DRY_RUN: false
secrets:
GH_PAT: ${{ secrets.GITHUB_TOKEN }}