We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b887a5 commit ed08177Copy full SHA for ed08177
action.yml
@@ -29,6 +29,16 @@ inputs:
29
A JSON string containing the matrix to be passed to the Actionforge action graph.
30
required: false
31
default: '{}'
32
+ needs:
33
+ description: >
34
+ A JSON string containing the needs to be passed to the Actionforge action graph.
35
+ required: false
36
+ default: '{}'
37
+ session_token:
38
39
+ A session token used for remote debugging and logging.
40
41
+ default: ''
42
runner_base_url:
43
description: >
44
Custom runner URL from which to obtain the graph runner binary.
0 commit comments