From cdf2f7399f625da87e1f36dfeaf9930412b79c37 Mon Sep 17 00:00:00 2001 From: takegue Date: Sun, 16 Jul 2023 23:07:36 +0900 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5e172d..58b9d55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: run: | find ./bigquery -type f | npx bqport push --format=json --dry-run | jq -r ' select(.error and (.error | test("Suspended:") | not)) - | .line = (.error | capture("\\[(?\\d+):(?\\d+)\\]$")).line? // "1" + | .line = ((.error | capture("\\[(?\\d+):(?\\d+)\\]$")).line? // "1") # workaround | .name = (.name | gsub("bqmake"; "bigquery/@default") | gsub("(?@[^/]+)"; "\(.x | ascii_downcase)")) | @text "::error file=\(.name),line=\(.line)::\(.error)"