From 8e5cf35b88251efd7da53a9cd92d0d8442e59bf9 Mon Sep 17 00:00:00 2001 From: Lachlan Heywood Date: Fri, 4 Oct 2024 13:25:52 -0400 Subject: [PATCH] Add context information for `jobs..uses` As far as I can tell, this property does not have access to any context and needs to be a statically defined string. If this is incorrect, it'd be great to have some clarification here. --- .../accessing-contextual-information-about-workflow-runs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs.md b/content/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs.md index a9855f035f2d..41068dcc2a80 100644 --- a/content/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs.md +++ b/content/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs.md @@ -123,6 +123,7 @@ The following table indicates where each context and special function can be use | `jobs..steps.working-directory` | `github, needs, strategy, matrix, job, runner, env, vars, secrets, steps, inputs` | `hashFiles` | | `jobs..strategy` | `github, needs, vars, inputs` | None | | `jobs..timeout-minutes` | `github, needs, strategy, matrix, vars, inputs` | None | +| `jobs..uses` | None | None | | `jobs..with.` | `github, needs, strategy, matrix, inputs, vars` | None | | `on.workflow_call.inputs..default` | `github, inputs, vars` | None | | `on.workflow_call.outputs..value` | `github, jobs, vars, inputs` | None |