Skip to content

Commit c7312c9

Browse files
authored
Fix CLA link in workflow (openai#964)
## Summary - fix the CLA link posted by the bot - docs suggest using an absolute URL: https://github.com/marketplace/actions/cla-assistant-lite
1 parent 1dc14ce commit c7312c9

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
@@ -23,7 +23,7 @@ jobs:
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
with:
26-
path-to-document: docs/CLA.md
26+
path-to-document: https://github.com/openai/codex/blob/main/docs/CLA.md
2727
path-to-signatures: signatures/cla.json
2828
branch: cla-signatures
2929
allowlist: dependabot[bot]

0 commit comments

Comments
 (0)