Skip to content

Commit 6d43ea1

Browse files
committed
docs: add clarifying comments
1 parent 9e0aae4 commit 6d43ea1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/e2e-tests-on-pull-request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ jobs:
2121
repository: TourmalineCore/to-dos-local-env
2222
ref: feature/add-to-dos-api-cpp-release
2323

24-
# We need to make sure that the values-to-dos-api-cpp.yaml.gotmpl file hasn't been modified
24+
# we need to make sure that the values-to-dos-api-cpp.yaml.gotmpl file hasn't been modified
2525
# in the `to-dos-local-env` repository, to ensure that the test runs as expected.
2626
- name: Verify values file checksum
2727
run: |
28+
# the awk command is required to extract the target hash from the output of the sha256sum command
2829
VALUES_HASH=$(sha256sum deploy/values-to-dos-api-cpp.yaml.gotmpl | awk '{ print $1 }')
2930
if [ "$VALUES_HASH" != "88d14f527d1c39d9af93ddbe2f41462f01b523bdc340b4c62cb72c31a4c46d1f" ]; then
3031
echo "ERROR: checksum mismatch"

0 commit comments

Comments
 (0)