[actions] else not lse

This commit is contained in:
Jay Lee
2024-05-17 13:16:07 -04:00
committed by GitHub
parent 5a5b98cccb
commit 4d1a31c6bf

View File

@@ -164,7 +164,7 @@ if [ -z ${GHCLIENT+x} ]; then
check_type="unauthenticated"
echo_yellow "Checking GitHub URL $release_url for $gamversion GAM release ($check_type)..."
release_json=$(curl -s "$release_url" 2>&1 /dev/null)
lse
else
check_type="authenticated"
echo_yellow "Checking GitHub URL $release_url for $gamversion GAM release ($check_type)..."
release_json=$(curl -s "$GHCLIENT" "$release_url" 2>&1 /dev/null)