Skip to content

Commit

Permalink
fix: STALE_AMOUNT/STAKE_AMOUNT
Browse files Browse the repository at this point in the history
  • Loading branch information
albttx committed Jan 13, 2025
1 parent d812cca commit 4d55e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gentx-govgen-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
exit 1
fi
if [ "${STALED_AMOUNT}" != "${MUST_STAKED_AMOUNT}" ]; then
if [ "${STAKED_AMOUNT}" != "${MUST_STAKED_AMOUNT}" ]; then
echo error="Invalid staked amount." >> ${GITHUB_OUTPUT}
exit 1
fi
Expand Down

0 comments on commit 4d55e7e

Please sign in to comment.