Skip to content

.github/workflows/update-license.yml #2

.github/workflows/update-license.yml

.github/workflows/update-license.yml #2

name: Update License
on:
workflow_dispatch:
schedule:
# Update the license once a year on January 1
- cron: "0 0 1 1 *"
jobs:
update-license:
uses: sozonome/workflows/.github/workflows/update-license.yml@main

Check failure on line 11 in .github/workflows/update-license.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/update-license.yml

Invalid workflow file

error parsing called workflow ".github/workflows/update-license.yml" -> "sozonome/workflows/.github/workflows/update-license.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.