From a628e8aeee611345dd289f2f1588d9b08af4add0 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Sun, 2 Jul 2023 00:37:53 +0200 Subject: [PATCH] add runner-file to the outputs --- action.yml | 3 +++ 1 file changed, 3 insertions(+) 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"