Skip to content

Commit 0be5237

Browse files
a single equals sign should suffice
1 parent 8b75f03 commit 0be5237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/authenticateOrg/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runs:
4949
5050
"${command[@]}" > loginResult.json
5151
52-
if [ "$(jq .status loginResult.json)" == 1 ];
52+
if [ "$(jq .status loginResult.json)" = 1 ];
5353
then
5454
echo "::error title=Failed to authenticate::$(jq .message authResult.json)"
5555
rm -f ./SFDX_URL.txt

0 commit comments

Comments
 (0)