mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-24 01:20:56 -05:00
add runner-file to the outputs
This commit is contained in:
parent
5aa3bfc453
commit
a628e8aeee
1 changed files with 3 additions and 0 deletions
|
@ -69,6 +69,9 @@ outputs:
|
||||||
runner-logs:
|
runner-logs:
|
||||||
description: "Filename of the Forgejo runner logs"
|
description: "Filename of the Forgejo runner logs"
|
||||||
value: "${{ steps.forgejo.outputs.runner-logs }}"
|
value: "${{ steps.forgejo.outputs.runner-logs }}"
|
||||||
|
runner-file:
|
||||||
|
description: "Path to the runner file"
|
||||||
|
value: "${{ steps.forgejo.outputs.runner-file }}"
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
|
|
Loading…
Reference in a new issue