Skip to content

Commit f866f1a

Browse files
authored
fix link miss at context.md
1 parent 8dbd1df commit f866f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/contexts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For any GitHub Enterprise (GHE) installation that includes multiple organization
3636

3737
3. Click the Add Environment Variable button and copy/paste in the variable name and value. Click the Add Variable button to save it.
3838

39-
4. Add the `context: <context name>` key to the [`workflows`]({{ site.baseurl }}/2.0/configuration-reference/#workflows section of your [`config.yml`]({{ site.baseurl }}/2.0/configuration-reference/) file for every job in which you want to use the variable. In the following example, the `run-tests` job will use the variables set in the `org-global` context.
39+
4. Add the `context: <context name>` key to the [`workflows`]({{ site.baseurl }}/2.0/configuration-reference/#workflows) section of your [`config.yml`]({{ site.baseurl }}/2.0/configuration-reference/) file for every job in which you want to use the variable. In the following example, the `run-tests` job will use the variables set in the `org-global` context.
4040

4141
```
4242
workflows:

0 commit comments

Comments
 (0)