Skip to content

Commit 6b85cde

Browse files
authored
fix yml parse error
1 parent 07e498e commit 6b85cde

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
@@ -52,7 +52,7 @@ If you find you need to rename an org or repo that you have previously hooked up
5252
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 have access to the variables set in the `org-global` context.
5353

5454
```yaml
55-
version 2.1
55+
version: 2.1
5656

5757
workflows:
5858
my-workflow:

0 commit comments

Comments
 (0)