From bf49600e53532ea13c879bb4d97e285d1ae5212c Mon Sep 17 00:00:00 2001
From: Sophie <29382425+sophietheking@users.noreply.github.com>
Date: Wed, 17 Aug 2022 14:58:17 +0200
Subject: [PATCH] Update content/actions/learn-github-actions/contexts.md
Co-authored-by: Ajay <40024974+ajaykn@users.noreply.github.com>
---
content/actions/learn-github-actions/contexts.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/actions/learn-github-actions/contexts.md b/content/actions/learn-github-actions/contexts.md
index 0a7113c94d..bd6ac4948e 100644
--- a/content/actions/learn-github-actions/contexts.md
+++ b/content/actions/learn-github-actions/contexts.md
@@ -87,7 +87,7 @@ The following table indicates where each context and special function can be use
| jobs.<job_id>.name | github, needs, strategy, matrix, inputs | |
| jobs.<job_id>.outputs.<output_id> | github, needs, strategy, matrix, job, runner, env, secrets, steps, inputs | |
| jobs.<job_id>.runs-on | github, needs, strategy, matrix, inputs | |
-| jobs.<job_id>.secrets.<secrets_id> | github, needs,{% ifversion actions-reusable-workflow-matrix %} strategy, matrix{% endif %} secrets{% ifversion actions-unified-inputs %}, inputs{% endif %} | |
+| jobs.<job_id>.secrets.<secrets_id> | github, needs,{% ifversion actions-reusable-workflow-matrix %} strategy, matrix,{% endif %} secrets{% ifversion actions-unified-inputs %}, inputs{% endif %} | |
| jobs.<job_id>.services | github, needs, strategy, matrix, inputs | |
| jobs.<job_id>.services.<service_id>.credentials | github, needs, strategy, matrix, env, secrets, inputs | |
| jobs.<job_id>.services.<service_id>.env.<env_id> | github, needs, strategy, matrix, job, runner, env, secrets, inputs | |