mirror of
https://github.com/gradle/actions.git
synced 2026-07-28 15:14:31 +02:00
Lint
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ export async function execute(
|
||||
if (line.startsWith('Publishing build scan...')) {
|
||||
publishing = true
|
||||
}
|
||||
if (publishing && line.length == 0) {
|
||||
if (publishing && line.length === 0) {
|
||||
publishing = false
|
||||
}
|
||||
if (publishing && line.startsWith('http')) {
|
||||
|
||||
Reference in New Issue
Block a user