diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index ba70075..b5e5408 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -51,7 +51,7 @@ jobs: - name: validate-second-value if: always() run: | - if [ "${{ steps.dsv.outputs.RETURN_VALUE_1 }}" == "${{ secrets.DSV_EXPECTED_VALUE_2 }}" ]; then + if [ "${{ steps.dsv.outputs.RETURN_VALUE_2 }}" == "${{ secrets.DSV_EXPECTED_VALUE_2 }}" ]; then echo "✅ test value is matched" exit 0 else