make it easier to spot the logs in the output

This commit is contained in:
Earl Warren 2023-05-01 00:25:52 +02:00
parent ee99134ef9
commit ccc0561393
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -6,12 +6,17 @@ jobs:
setup-forgejo: setup-forgejo:
runs-on: self-hosted runs-on: self-hosted
steps: steps:
- run: |
echo +++++++++++++++++++++++++++++++++++++++++++
echo about to actions/checkout@v3 for SELF@vTest
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- id: forgejo - id: forgejo
uses: SELF@vTest uses: SELF@vTest
with: with:
image-version: 1.19 image-version: 1.19
- run: | - run: |
echo +++++++++++++++++++++++++++++++++++++++++++
echo sanity checking the reset of setup-forgejo
set -ex set -ex
test "${{ steps.forgejo.outputs.token }}" test "${{ steps.forgejo.outputs.token }}"
test "FORGEJO_TOKEN" -a "FORGEJO_TOKEN" != F'O'RGEJO_TOKEN test "FORGEJO_TOKEN" -a "FORGEJO_TOKEN" != F'O'RGEJO_TOKEN