From 40c4aada89d470fdae358a62cdff30d8b86e3195 Mon Sep 17 00:00:00 2001 From: GammaGames Date: Tue, 26 Nov 2024 14:46:49 -0700 Subject: [PATCH] map output value --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2f8594c..8080f70 100644 --- a/action.yml +++ b/action.yml @@ -84,6 +84,7 @@ inputs: outputs: stdout: description: 'Standard output of the executed commands.' + value: ${{ steps.entrypoint.outputs.stdout }} runs: using: "composite" @@ -93,7 +94,8 @@ runs: shell: bash env: GITHUB_ACTION_PATH: ${{ github.action_path }} - - name: Run entrypoint.sh + - id: entrypoint + name: Run entrypoint.sh run: entrypoint.sh shell: bash env: