Skip to content

Commit ba73da8

Browse files
authored
Merge pull request #631 from Mara3l/master
DP-2847: update hugo action fix _ to -
2 parents be969db + a26ff56 commit ba73da8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/hugo-build-action/action.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ runs:
5353
hugo-version: '0.110.0'
5454
- name: "Build"
5555
env:
56-
KEEP_MASTER: ${{ inputs.keep_master }}
57-
THIS_BRANCH: ${{ inputs.this_branch }}
58-
BASE_URL: ${{ inputs.base_url }}
56+
KEEP_MASTER: ${{ inputs.keep-master }}
57+
THIS_BRANCH: ${{ inputs.this-branch }}
58+
BASE_URL: ${{ inputs.base-url }}
5959
HUGO_ENV: production
6060
shell: bash
6161
run: |

0 commit comments

Comments
 (0)