Merge pull request #12 from actions/future-false

Revert to not setting the future option
This commit is contained in:
Yoann Chaudet
2022-01-28 15:40:56 -08:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -0,0 +1,2 @@
# Default PR reviewers
* @actions/pages
+2 -2
View File
@@ -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