From e31afa75aaaa6c4a5ff2789597211ea5c0d2d387 Mon Sep 17 00:00:00 2001 From: Arman Bilge Date: Wed, 22 Jun 2022 12:34:59 -0700 Subject: [PATCH] Fix typo Co-authored-by: Cole Helbling --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 39d3758..0a60068 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ inputs: branch: description: 'The branch of the PR to be created' required: false - defualt: "update_flake_lock_action" + default: "update_flake_lock_action" pr-title: description: 'The title of the PR to be created' required: false