1
0
Fork 0
mirror of https://code.forgejo.org/actions/forgejo-release synced 2025-06-08 03:58:19 +02:00

display the runner logs on failure for debugging

This commit is contained in:
Earl Warren 2023-03-27 17:46:00 +02:00
parent d37076a4e9
commit c16405df52
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 3 additions and 1 deletions

View file

@ -12,6 +12,7 @@ jobs:
image-version: 1.19
- name: 001
run: |
export FORGEJO_RUNNER_LOGS="${{ steps.forgejo.outputs.runner-logs }}"
testdata/run.sh push_self http://testuser:admin1234@${{ steps.forgejo.outputs.host-port }} testuser setup-forgejo-release
testdata/run.sh workflow http://testuser:admin1234@${{ steps.forgejo.outputs.host-port }} testuser try-setup-forgejo-release
- name: 002