Skip to content

Commit ed08177

Browse files
committed
Update action.yml and add support for needs gh context
1 parent 6b887a5 commit ed08177

File tree

3 files changed

+33829
-29509
lines changed

3 files changed

+33829
-29509
lines changed

action.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@ inputs:
2929
A JSON string containing the matrix to be passed to the Actionforge action graph.
3030
required: false
3131
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+
description: >
39+
A session token used for remote debugging and logging.
40+
required: false
41+
default: ''
3242
runner_base_url:
3343
description: >
3444
Custom runner URL from which to obtain the graph runner binary.

0 commit comments

Comments
 (0)