Skip to content

Commit 78e1f3f

Browse files
authored
Fix copy'n'paste error in tests (#97)
* Fix copy'n'paste error in tests. * Fixed bad space.
1 parent fe35f67 commit 78e1f3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-action-build-html.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
import os
5252
53-
expected_hash = os.environ['ARTIFACT_HASH']
53+
expected_hash = os.environ['EXPECTED_HASH']
5454
output_hash = os.environ['OUTPUT_HASH']
5555
output_build_html = os.environ['OUTPUT_BUILD_HTML']
5656
artifact_hash = os.environ['ARTIFACT_HASH']
@@ -226,7 +226,7 @@ jobs:
226226
run: |
227227
import os
228228
229-
expected_hash = os.environ['expected_hash ']
229+
expected_hash = os.environ['expected_hash']
230230
output_hash = os.environ['output_hash']
231231
output_build_html = os.environ['output_build_html']
232232
artifact_hash = os.environ['artifact_hash']

0 commit comments

Comments
 (0)