Skip to content

Improve behavior to be less error-prone #5

Improve behavior to be less error-prone

Improve behavior to be less error-prone #5

Workflow file for this run

name: "CLA Assistant Lite"
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, closed, synchronize]
jobs:
cla-assistant-lite:
uses: morisawa-inc/cla-assistant-lite-reusable-workflow/.github/workflows/cla.yml@main

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

View workflow run for this annotation

GitHub Actions / .github/workflows/cla.yml

Invalid workflow file

error parsing called workflow ".github/workflows/cla.yml" -> "morisawa-inc/cla-assistant-lite-reusable-workflow/.github/workflows/cla.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets:
personal-access-token: ${{ secrets.CLA_ASSISTANT_GITHUB_TOKEN }}