mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-04-07 19:21:59 +00:00
map output value
This commit is contained in:
parent
c1dc5db4d6
commit
40c4aada89
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue