From f63b9bcb670988cd1c80f4f89e07d21ad55d98f6 Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Fri, 28 Jan 2022 15:23:24 -0800 Subject: [PATCH] Revert to not setting the future option --- action.yml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml.erb b/action.yml.erb index 39c72fd..3fdadd9 100644 --- a/action.yml.erb +++ b/action.yml.erb @@ -14,7 +14,7 @@ inputs: future: description: 'Publishes posts with a future date.' required: false - default: true + default: false build_revision: description: 'The SHA-1 of the git commit for which the build is running. Default to GITHUB_SHA.' required: false