Skip to content

Commit

Permalink
fix: grammatical mistakes (#3625)
Browse files Browse the repository at this point in the history
  • Loading branch information
crStiv authored Dec 29, 2024
1 parent e18430c commit 758eb7b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/run-monitored-tmpnet-cmd/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ inputs:
required: true
# The following inputs need never be provided by the caller. They
# default to context values that the action's steps are unable to
# acccess directly.
# access directly.
repository_owner:
default: ${{ github.repository_owner }}
repository_name:
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup-go-for-project/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This action targets the project default version of setup-go. For
# workers with old NodeJS incompabible with newer versions of
# workers with old NodeJS incompatible with newer versions of
# setup-go, try setup-go-for-project-v3.
#
# Since github actions do not support dynamically configuring the
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-antithesis-avalanchego.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
required: true
type: string
recipients:
description: 'Comma-seperated email addresses to send the test report to'
description: 'Comma-separated email addresses to send the test report to'
required: true
type: string
image_tag:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-antithesis-xsvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
required: true
type: string
recipients:
description: 'Comma-seperated email addresses to send the test report to'
description: 'Comma-separated email addresses to send the test report to'
required: true
type: string
image_tag:
Expand Down

0 comments on commit 758eb7b

Please sign in to comment.