From ccc0561393f0141c1d959ecb12d900de4ab019a7 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Mon, 1 May 2023 00:25:52 +0200 Subject: [PATCH] make it easier to spot the logs in the output --- testdata/sanity-checks/.forgejo/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/testdata/sanity-checks/.forgejo/workflows/test.yml b/testdata/sanity-checks/.forgejo/workflows/test.yml index bc8e798..f09e670 100644 --- a/testdata/sanity-checks/.forgejo/workflows/test.yml +++ b/testdata/sanity-checks/.forgejo/workflows/test.yml @@ -6,12 +6,17 @@ jobs: setup-forgejo: runs-on: self-hosted steps: + - run: | + echo +++++++++++++++++++++++++++++++++++++++++++ + echo about to actions/checkout@v3 for SELF@vTest - uses: actions/checkout@v3 - id: forgejo uses: SELF@vTest with: image-version: 1.19 - run: | + echo +++++++++++++++++++++++++++++++++++++++++++ + echo sanity checking the reset of setup-forgejo set -ex test "${{ steps.forgejo.outputs.token }}" test "FORGEJO_TOKEN" -a "FORGEJO_TOKEN" != F'O'RGEJO_TOKEN