chore: Add tofu workflows #1
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
curl -L https://github.com/opentofu/opentofu/releases/download/v${{ env.TOFU_VERSION }}/${{ env.TOFU_ARCHIVE }} -o ${{ env.TOFU_ARCHIVE }}
|
||||
echo "Downloaded OpenTofu ✅"
|
||||
echo "Verifying checksum..."
|
||||
if echo "${{ env.TOFU_CHECKSUM }} ${{ env.TOFU_ARCHIVE }}" | sha256sum --check --status; then
|
||||
if echo ${{ env.TOFU_CHECKSUM }} ${{ env.TOFU_ARCHIVE }} | sha256sum --check --status; then
|
||||
echo "Checksum OK ✅"
|
||||
else
|
||||
echo "Checksum mismatch! ❌"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue