File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -448,8 +448,8 @@ The following table shows which arguments are available for each runtime express
448448| Runtime Expression | Evaluated on | Produces | ` $context ` | ` $input ` | ` $output ` | ` $secrets ` | ` $task ` | ` $workflow ` | ` $runtime ` | ` $authorization ` |
449449| :-------------------| :---------:| :---------:| :---------:| :---------:| :-------:| :---------:| :-------:| :----------:| :----------:| :----------:|
450450| Workflow ` input.from ` | Raw workflow input | Transformed workflow input | | | | ✔ | | ✔ | ✔ | |
451+ | Task ` if ` | Raw task input (i.e. transformed workflow input for the first task, transformed output from previous task otherwise) | | ✔ | | | ✔ | ✔ | ✔ | ✔ | |
451452| Task ` input.from ` | Raw task input (i.e. transformed workflow input for the first task, transformed output from previous task otherwise) | Transformed task input | ✔ | | | ✔ | ✔ | ✔ | ✔ | |
452- | Task ` if ` | Transformed task input | | ✔ | ✔ | | ✔ | ✔ | ✔ | ✔ | |
453453| Task definition | Transformed task input | | ✔ | ✔ | | ✔ | ✔ | ✔ | ✔ | ✔ |
454454| Task ` output.as ` | Raw task output | Transformed task output | ✔ | ✔ | | ✔ | ✔ | ✔ | ✔ | ✔ |
455455| Task ` export.as ` | Transformed task output | ` $context ` | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
You can’t perform that action at this time.
0 commit comments