Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed Aug 15, 2023
1 parent bc8ac9e commit bea5737
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# (default: secrets.GITHUB_TOKEN)
token: ${{ secrets.CLA_ACTION_TOKEN }}
# [required]
# Label to apply to contributor's PR once CLA is singed
# Label to apply to contributor's PR once CLA is signed
label: cla-signed

# [required]
Expand Down
2 changes: 1 addition & 1 deletion check-cla/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# (default: secrets.GITHUB_TOKEN)
token:
# [required]
# Label to apply to contributor's PR once CLA is singed
# Label to apply to contributor's PR once CLA is signed
label:

# Upstream repository in which to create PR
Expand Down
2 changes: 1 addition & 1 deletion check-cla/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
default: ${{ github.token }}
required: true
label:
description: Label to apply to contributor's PR once CLA is singed
description: Label to apply to contributor's PR once CLA is signed
required: true
cla_repo:
description: Upstream repository in which to create PR
Expand Down
2 changes: 1 addition & 1 deletion read-yaml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In your GitHub repository include this action in your workflows:
path: https://raw.githubusercontent.com/owner/repo/ref/path/to/yaml.yml

# [optional]
# the keys to the valye to extract
# the keys to the value to extract
key: foo.bar.2.baz

# if key provided get the value itself
Expand Down

0 comments on commit bea5737

Please sign in to comment.