Skip to content

Commit

Permalink
map output value
Browse files Browse the repository at this point in the history
  • Loading branch information
GammaGames committed Nov 26, 2024
1 parent c1dc5db commit 40c4aad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ inputs:
outputs:
stdout:
description: 'Standard output of the executed commands.'
value: ${{ steps.entrypoint.outputs.stdout }}

runs:
using: "composite"
Expand All @@ -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:
Expand Down

0 comments on commit 40c4aad

Please sign in to comment.