diff --git a/action.yml b/action.yml index 84ab529..de0a16d 100644 --- a/action.yml +++ b/action.yml @@ -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"