mirror of
https://github.com/appleboy/ssh-action.git
synced 2026-07-09 23:05:47 +00:00
Compare commits
2 Commits
51610e446e
...
001871ab01
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
001871ab01 | ||
|
|
40c4aada89 |
@ -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…
Reference in New Issue
Block a user