From c96882ab68b0c3553b432745d528f89fb8dce0d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 28 Jan 2022 23:42:42 +0000 Subject: [PATCH] =?UTF-8?q?Add=20generated=20action.yml=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 839c7dc..ebe2eff 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ # Generated from action.yml.erb -# 85fec0fc280fb0651f2256bf728c8ab3 +# ad33d11e368da214b9a32be1ea61b996 name: 'Pages Jekyll' description: 'A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages' inputs: @@ -12,9 +12,9 @@ inputs: required: false default: ./_site future: - description: 'Publishes posts with a future date.' + description: 'Publishes posts with a future date. When set to true, the build is made with the --future option which overrides the future option that may be set in a Jekyll configuration file.' 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