Skip to content

chore: fix cla

chore: fix cla #65

Workflow file for this run

name: CLA Assistant
on:
pull_request_target:
types: [opened, synchronize, reopened]
issue_comment:
types: [created]
jobs:
cla:
uses: replane-dev/.github/workflows/cla.yml@main

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

View workflow run for this annotation

GitHub Actions / .github/workflows/cla.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows
secrets:
CLA_TOKEN: ${{ secrets.CLA_TOKEN }}