Skip to content

Commit 3b6f1d2

Browse files
fixing github action typo
1 parent 8a4ded8 commit 3b6f1d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/flake-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
echo "HASH=$(nix eval --file ./config.nix --raw --argstr lib '' 'exporter-cli.vendorHash' --raw)" >> "$GITHUB_OUTPUT"
4444
- name: Comparing hashes
45-
if: ${{ steps.calculated-hash.HASH != steps.current-hash.HASH }}
45+
if: ${{ steps.calculated-hash.output.HASH != steps.current-hash.output.HASH }}
4646
run: |
47-
echo "::error file=config.nix,line=6,title=Invalid vendorHash::Update the vendor hash. Suggested value: ${{steps.calculated-hash.HASH}}"
47+
echo "::error file=config.nix,line=6,title=Invalid vendorHash::Update the vendor hash. Suggested value: ${{steps.calculated-hash.output.HASH}}"
4848
exit 1

0 commit comments

Comments
 (0)