From 2757a540d813a460db11888a3e4c8564cf1ce1bd Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Thu, 6 Jan 2022 13:24:42 -0800 Subject: [PATCH] Revert "Update action.yml.erb" This reverts commit 97ba9f646dd47b935bfc479ec9eca6c20391ca9d. --- action.yml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml.erb b/action.yml.erb index 52736b5..39c72fd 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: true + required: false default: ${{ github.sha }} verbose: description: 'Verbose output'