Skip to content

Commit

Permalink
Chore: Improve action description
Browse files Browse the repository at this point in the history
  • Loading branch information
jmealo committed Dec 30, 2023
1 parent 050183c commit fb89cc3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: 'background-action'
branding:
color: orange
icon: terminal
description: |
Background processes: tail std(out|err), dedupe post-run lines. Monitor exit-code and file/port/socket/http(s) (un)readiness.
description: Background commands with log tailing/capture; waits until file/port/socket/http are ready to proceed. Isolates/dedupe errors.
inputs:
run:
description: commands to run, supports multi-line commands (to background multiple processes, use & at the end of each line)
Expand Down

0 comments on commit fb89cc3

Please sign in to comment.