You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [[ "${{ steps.fetch.outputs.activeVaults }}" -eq "${{ inputs.expectedVaults }}" ]]; then
38
-
echo "Assertion passed: The number of active vaults (${steps.fetch.outputs.activeVaults}}) matches the expected value (${inputs.expectedVaults})."
39
+
echo "Assertion passed: The number of active vaults (${{ steps.fetch.outputs.activeVaults}}) matches the expected value (${{ inputs.expectedVaults }})."
39
40
echo "::set-output name=assertionResult::passed"
40
41
else
41
-
echo "Assertion failed: The number of active vaults (${steps.fetch.outputs.activeVaults}}) does not match the expected value (${inputs.expectedVaults})."
42
+
echo "Assertion failed: The number of active vaults (${{ steps.fetch.outputs.activeVaults}}) does not match the expected value (${{ inputs.expectedVaults }})."
0 commit comments