Skip to content

.github/workflows/on_schedule_monthly_roadmap_reminder.yml #1

.github/workflows/on_schedule_monthly_roadmap_reminder.yml

.github/workflows/on_schedule_monthly_roadmap_reminder.yml #1

name: Monthly roadmap reminder
on:
workflow_dispatch: {}
# schedule:
# - cron: '0 0 1 * *'
permissions:
contents: read
pull-requests: read
issues: read
jobs:
call-workflow-passing-data:
uses: aws-powertools/actions/.github/workflows/monthly_roadmap_reminder.yml@fd4575466e5c2ac10703ac16f5aa9fb8890f532a

Check failure on line 16 in .github/workflows/on_schedule_monthly_roadmap_reminder.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/on_schedule_monthly_roadmap_reminder.yml

Invalid workflow file

error parsing called workflow ".github/workflows/on_schedule_monthly_roadmap_reminder.yml" -> "aws-powertools/actions/.github/workflows/monthly_roadmap_reminder.yml@fd4575466e5c2ac10703ac16f5aa9fb8890f532a" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
token: ${{ github.token }}