diff --git a/.github/workflows/lock-sample.yml b/.github/workflows/lock-sample.yml index 34aa37f..d561afe 100644 --- a/.github/workflows/lock-sample.yml +++ b/.github/workflows/lock-sample.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: inputs: reason: - description: 'Reason for claiming the deployment lock for this reponsitory' + description: 'Reason for claiming the deployment lock for this repository' required: false permissions: diff --git a/README.md b/README.md index dd1ac11..b619634 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ on: workflow_dispatch: inputs: reason: - description: 'Reason for claiming the deployment lock for this reponsitory' + description: 'Reason for claiming the deployment lock for this repository' required: false permissions: diff --git a/action.yml b/action.yml index 985d304..f3918d5 100644 --- a/action.yml +++ b/action.yml @@ -33,7 +33,7 @@ inputs: description: 'The mode to use "lock" or "unlock". If not provided, the default mode assumes the workflow is not headless and triggered by a comment on a pull request - Example: .lock / .unlock' required: false reason: - description: Reason for claiming the deployment lock for this reponsitory + description: Reason for claiming the deployment lock for this repository required: false outputs: triggered: