From 9aaaa90db0065e16052ea2ceb23b82554bf30c52 Mon Sep 17 00:00:00 2001 From: Linda_pp Date: Thu, 18 Dec 2025 01:42:55 +0900 Subject: [PATCH] Add available contexts and special functions at `snapshot` condition --- content/actions/reference/workflows-and-actions/contexts.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/actions/reference/workflows-and-actions/contexts.md b/content/actions/reference/workflows-and-actions/contexts.md index fda0416bc373..9f59e54355cb 100644 --- a/content/actions/reference/workflows-and-actions/contexts.md +++ b/content/actions/reference/workflows-and-actions/contexts.md @@ -102,6 +102,7 @@ The following table lists the restrictions on where each context and special fun | `jobs..services` | `github, needs, strategy, matrix, vars, inputs` | None | | `jobs..services..credentials` | `github, needs, strategy, matrix, env, vars, secrets, inputs` | None | | `jobs..services..env.` | `github, needs, strategy, matrix, job, runner, env, vars, secrets, inputs` | None | +| `jobs..snapshot.if` | `github, needs, strategy, matrix, vars, inputs` | None | | `jobs..steps.continue-on-error` | `github, needs, strategy, matrix, job, runner, env, vars, secrets, steps, inputs` | `hashFiles` | | `jobs..steps.env` | `github, needs, strategy, matrix, job, runner, env, vars, secrets, steps, inputs` | `hashFiles` | | `jobs..steps.if` | `github, needs, strategy, matrix, job, runner, env, vars, steps, inputs` | `always, cancelled, success, failure, hashFiles` |