Skip to content

Commit

Permalink
Fix urls to CLAs in yml workflows (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoeboxam authored Jun 5, 2023
1 parent 1e39cdb commit 3798992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sign-company.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
description: CLA
type: choice
options:
- https://docs.opendp.org/stable/_static/opendp-cla-company-1.0.0.pdf
- https://docs.opendp.org/en/stable/_static/opendp-cla-company-1.0.0.pdf
required: true
name:
description: Your Name
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sign-individual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
description: CLA
type: choice
options:
- https://docs.opendp.org/stable/_static/opendp-cla-individual-1.0.0.pdf
- https://docs.opendp.org/en/stable/_static/opendp-cla-individual-1.0.0.pdf
required: true
name:
description: Your Name
Expand Down

0 comments on commit 3798992

Please sign in to comment.