Skip to content

Commit 894d404

Browse files
authored
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.
1 parent e911ae9 commit 894d404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
with:
46-
path-to-document: https://github.com/openai/skills/blob/main/docs/CLA.md
46+
path-to-document: https://github.com/openai/skills/blob/main/CLA.md
4747
path-to-signatures: signatures/cla.json
4848
branch: cla-signatures
4949
allowlist: codex,dependabot,dependabot[bot],github-actions[bot]

0 commit comments

Comments
 (0)