Return plain output from task #4131
Unanswered
Propaganistas
asked this question in
Features
Replies: 1 comment 3 replies
-
|
I think there is no easy way to do it right now. I will think of an API to do it. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I'm looking for a way to execute a single task and return its plain output.
Instead of this:
I just want this:
Use case: I need GitHub Actions to execute a task that reads something on the remote host. The GitHub Action workflow subsequently needs the task's output to determine how to continue. It's currently cumbersome to extract the actual output. If returned plain, I could just assign the output to a variable as-is:
Beta Was this translation helpful? Give feedback.
All reactions