1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-forgejo synced 2024-09-18 17:36:16 +00:00

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:
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