Skip to content

Commit

Permalink
Merge pull request #12 from actions/future-false
Browse files Browse the repository at this point in the history
Revert to not setting the future option
  • Loading branch information
Yoann Chaudet authored and GitHub committed Jan 28, 2022
2 parents 4fc7510 + 2e7c5b8 commit d4e051b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Default PR reviewers
* @actions/pages
4 changes: 2 additions & 2 deletions action.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4e051b

Please sign in to comment.