Skip to content

Commit 9aaaa90

Browse files
authored
Add available contexts and special functions at snapshot condition
1 parent 35b4824 commit 9aaaa90

File tree

1 file changed

+1
-0
lines changed
  • content/actions/reference/workflows-and-actions

1 file changed

+1
-0
lines changed

content/actions/reference/workflows-and-actions/contexts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ The following table lists the restrictions on where each context and special fun
102102
| `jobs.<job_id>.services` | `github, needs, strategy, matrix, vars, inputs` | None |
103103
| `jobs.<job_id>.services.<service_id>.credentials` | `github, needs, strategy, matrix, env, vars, secrets, inputs` | None |
104104
| `jobs.<job_id>.services.<service_id>.env.<env_id>` | `github, needs, strategy, matrix, job, runner, env, vars, secrets, inputs` | None |
105+
| `jobs.<job_id>.snapshot.if` | `github, needs, strategy, matrix, vars, inputs` | None |
105106
| `jobs.<job_id>.steps.continue-on-error` | `github, needs, strategy, matrix, job, runner, env, vars, secrets, steps, inputs` | `hashFiles` |
106107
| `jobs.<job_id>.steps.env` | `github, needs, strategy, matrix, job, runner, env, vars, secrets, steps, inputs` | `hashFiles` |
107108
| `jobs.<job_id>.steps.if` | `github, needs, strategy, matrix, job, runner, env, vars, steps, inputs` | `always, cancelled, success, failure, hashFiles` |

0 commit comments

Comments
 (0)