From 7c6118ea2e917f13abdf2d46a6efb5e05617ea79 Mon Sep 17 00:00:00 2001 From: Christopher Homberger Date: Mon, 27 Oct 2025 21:45:29 +0100 Subject: [PATCH] Revert "v3 is broken" This reverts commit 189fa4a52d05a0387bd7e49754464efffd808f95. --- pkg/jobparser/testdata/prefixed_newline.out.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkg/jobparser/testdata/prefixed_newline.out.yaml b/pkg/jobparser/testdata/prefixed_newline.out.yaml index d8bcc4a..027e9df 100644 --- a/pkg/jobparser/testdata/prefixed_newline.out.yaml +++ b/pkg/jobparser/testdata/prefixed_newline.out.yaml @@ -7,7 +7,9 @@ jobs: runs-on: ubuntu-latest steps: - id: extract_tag - name: |- + name: |2- + Extract tag for variant - run: | + run: |2 + echo Test