From 97ba9f646dd47b935bfc479ec9eca6c20391ca9d Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Thu, 6 Jan 2022 13:21:36 -0800 Subject: [PATCH] Update action.yml.erb --- action.yml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml.erb b/action.yml.erb index 39c72fd..52736b5 100644 --- a/action.yml.erb +++ b/action.yml.erb @@ -17,7 +17,7 @@ inputs: default: true build_revision: description: 'The SHA-1 of the git commit for which the build is running. Default to GITHUB_SHA.' - required: false + required: true default: ${{ github.sha }} verbose: description: 'Verbose output'