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

add runner-file to the outputs

This commit is contained in:
Earl Warren 2023-07-02 00:37:53 +02:00
parent 5aa3bfc453
commit a628e8aeee
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -69,6 +69,9 @@ outputs:
runner-logs:
description: "Filename of the Forgejo runner logs"
value: "${{ steps.forgejo.outputs.runner-logs }}"
runner-file:
description: "Path to the runner file"
value: "${{ steps.forgejo.outputs.runner-file }}"
runs:
using: "composite"