mirror of
https://github.com/openai/skills.git
synced 2026-09-11 19:47:26 +03:00
Fix CLA document path (#43)
## Summary This PR corrects the path to the CLA document referenced in the GitHub Actions workflow. The CLA document is located at the root of the repository, not in a docs/ subdirectory.
This commit is contained in:
@@ -43,7 +43,7 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
path-to-document: https://github.com/openai/skills/blob/main/docs/CLA.md
|
||||
path-to-document: https://github.com/openai/skills/blob/main/CLA.md
|
||||
path-to-signatures: signatures/cla.json
|
||||
branch: cla-signatures
|
||||
allowlist: codex,dependabot,dependabot[bot],github-actions[bot]
|
||||
|
||||
Reference in New Issue
Block a user