mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-23 18:21:12 -05:00
verify outputs.token is not empty
This commit is contained in:
parent
ed3687d21a
commit
62f8a3c3f3
1 changed files with 1 additions and 0 deletions
|
@ -12,5 +12,6 @@ jobs:
|
|||
image-version: 1.19
|
||||
- run: |
|
||||
set -ex
|
||||
test "${{ steps.forgejo.outputs.token }}"
|
||||
curl ${{ steps.forgejo.outputs.url }}/api/forgejo/v1/version | grep 1.19
|
||||
|
||||
|
|
Loading…
Reference in a new issue