mirror of
https://github.com/appleboy/ssh-action.git
synced 2026-07-10 07:16:28 +00:00
Compare commits
1 Commits
001871ab01
...
51610e446e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
51610e446e |
@ -84,7 +84,6 @@ inputs:
|
||||
outputs:
|
||||
stdout:
|
||||
description: 'Standard output of the executed commands.'
|
||||
value: ${{ steps.entrypoint.outputs.stdout }}
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
@ -94,8 +93,7 @@ runs:
|
||||
shell: bash
|
||||
env:
|
||||
GITHUB_ACTION_PATH: ${{ github.action_path }}
|
||||
- id: entrypoint
|
||||
name: Run entrypoint.sh
|
||||
- name: Run entrypoint.sh
|
||||
run: entrypoint.sh
|
||||
shell: bash
|
||||
env:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user