Skip to content

Commit f12f058

Browse files
authored
Fix typo. (#59)
1 parent 6fc0639 commit f12f058

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_shared-docs-build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
fail-on-error: false
249249
provide-link-targets: ${{ inputs.provide-link-targets }}
250250
intersphinx-links: ${{ inputs.intersphinx-links }}
251-
squash-hierarchy: ${{ input.squash-hierarchy }}
251+
squash-hierarchy: ${{ inputs.squash-hierarchy }}
252252

253253
- name: Build BASE
254254
id: build-base

.github/workflows/_shared-docs-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
fail-on-error: ${{ inputs.init-fail-on-error }}
167167
provide-link-targets: ${{ inputs.provide-link-targets }}
168168
intersphinx-links: ${{ inputs.intersphinx-links }}
169-
squash-hierarchy: ${{ input.squash-hierarchy }}
169+
squash-hierarchy: ${{ inputs.squash-hierarchy }}
170170

171171
- name: Build
172172
id: build

0 commit comments

Comments
 (0)