mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-24 02:21:02 -05:00
make it easier to spot the logs in the output
This commit is contained in:
parent
ee99134ef9
commit
ccc0561393
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue