Skip to content

Commit 0e9bb75

Browse files
committed
Update test-unlock-state workflow
1 parent 192d8da commit 0e9bb75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-unlock-state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
exit 1
102102
fi
103103
104-
if [[ "$FAILURE_REASON}" != "state-locked" ]]; then
104+
if [[ "$FAILURE_REASON" != "state-locked" ]]; then
105105
echo "::error:: failure-reason not set correctly"
106106
exit 1
107107
fi

0 commit comments

Comments
 (0)