Skip to content

.github/workflows/check-version.yml #10

.github/workflows/check-version.yml

.github/workflows/check-version.yml #10

Workflow file for this run

# Check for changes in the upstream template. If changes are found, an issue is created
name: Template check.
on:
schedule:
- cron: '0 0 1 * *' # Runs at 00:00 UTC on the 1st day of every month
jobs:
copier-update:
uses: calliope-project/data-module-template/.github/workflows/template-check-version.yml@latest

Check failure on line 9 in .github/workflows/check-version.yml

View workflow run for this annotation

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

Invalid workflow file

error parsing called workflow ".github/workflows/check-version.yml" -> "calliope-project/data-module-template/.github/workflows/template-check-version.yml@latest" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.