We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe35f67 commit 78e1f3fCopy full SHA for 78e1f3f
.github/workflows/test-action-build-html.yml
@@ -50,7 +50,7 @@ jobs:
50
run: |
51
import os
52
53
- expected_hash = os.environ['ARTIFACT_HASH']
+ expected_hash = os.environ['EXPECTED_HASH']
54
output_hash = os.environ['OUTPUT_HASH']
55
output_build_html = os.environ['OUTPUT_BUILD_HTML']
56
artifact_hash = os.environ['ARTIFACT_HASH']
@@ -226,7 +226,7 @@ jobs:
226
227
228
229
- expected_hash = os.environ['expected_hash ']
+ expected_hash = os.environ['expected_hash']
230
output_hash = os.environ['output_hash']
231
output_build_html = os.environ['output_build_html']
232
artifact_hash = os.environ['artifact_hash']
0 commit comments