Skip to content

.github/workflows/update.yml #236

.github/workflows/update.yml

.github/workflows/update.yml #236

Workflow file for this run

name: Get latest release from template
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
update:
uses: ObsidianPublisher/actions/.github/workflows/update.yml@main

Check failure on line 8 in .github/workflows/update.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/update.yml

Invalid workflow file

error parsing called workflow ".github/workflows/update.yml" -> "ObsidianPublisher/actions/.github/workflows/update.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:
AUTO_MERGE: false
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}