Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Mar 19, 2024
1 parent 3d21b09 commit c22dbb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Options:
commit's message.
--source-only Only build but not push
--push-only Only push but not build
-b, --deploy-branch BRANCH Delpoy to specified branch
-b, --deploy-branch BRANCH Deploy to specified branch
"


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
inputs:
release:
description: 'Delpoy release?'
description: 'Deploy release?'
type: boolean
default: false
website:
Expand Down

0 comments on commit c22dbb5

Please sign in to comment.