File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ inputs:
16
16
required: false
17
17
default: true
18
18
build_revision:
19
- description: 'The SHA-1 of the git commit for which the build is running. Default to GITHUB_SHA when not provided .'
19
+ description: 'The SHA-1 of the git commit for which the build is running. Default to GITHUB_SHA.'
20
20
required: false
21
- default:
21
+ default: ${{ github.sha }}
22
22
verbose:
23
23
description: 'Verbose output'
24
24
required: false
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ GITHUB_PAGES=$PAGES_GEM_HOME/bin/github-pages
17
17
export JEKYLL_ENV=" production"
18
18
export JEKYLL_GITHUB_TOKEN=$INPUT_TOKEN
19
19
export PAGES_REPO_NWO=$GITHUB_REPOSITORY
20
- export JEKYLL_BUILD_REVISION=${ INPUT_BUILD_REVISION:= " $GITHUB_SHA " }
20
+ export JEKYLL_BUILD_REVISION=$INPUT_BUILD_REVISION
21
21
22
22
# Set verbose flag
23
23
if [ " $INPUT_VERBOSE " = ' true' ]; then
You can’t perform that action at this time.
0 commit comments