From 077df53b0a1887aa6e941814e384fba00bceae8b Mon Sep 17 00:00:00 2001 From: rhysd <lin90162@yahoo.co.jp> Date: Sun, 5 Jan 2025 01:48:23 +0900 Subject: [PATCH] Remove unused workflow key `jobs.<job_id>.with.<with_id>` from context availability table following the discussion here: https://github.com/orgs/community/discussions/148153 --- .../accessing-contextual-information-about-workflow-runs.md | 1 - 1 file changed, 1 deletion(-) 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 af4aa0360ff7..bf678f384b27 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,7 +123,6 @@ The following table lists the restrictions on where each context and special fun | `jobs.<job_id>.steps.working-directory` | `github, needs, strategy, matrix, job, runner, env, vars, secrets, steps, inputs` | `hashFiles` | | `jobs.<job_id>.strategy` | `github, needs, vars, inputs` | None | | `jobs.<job_id>.timeout-minutes` | `github, needs, strategy, matrix, vars, inputs` | None | -| `jobs.<job_id>.with.<with_id>` | `github, needs, strategy, matrix, inputs, vars` | None | | `on.workflow_call.inputs.<inputs_id>.default` | `github, inputs, vars` | None | | `on.workflow_call.outputs.<output_id>.value` | `github, jobs, vars, inputs` | None |