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:
Eray
2026-01-11 13:48:29 -08:00
committed by GitHub
parent e911ae9feb
commit 894d404ce8
+1 -1
View File
@@ -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]