Skip to content

Commit 63da5c7

Browse files
authored
repo sync
2 parents 0f100da + 68ecb92 commit 63da5c7

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,6 @@ Now that you're a part of the GitHub Docs community, you can keep participating
6464
- [Labels](#labels)
6565
- [Opening a pull request](#opening-a-pull-request)
6666
- [Working in the github/docs repository](#working-in-the-githubdocs-repository)
67-
- [Resolving merge conflicts](#resolving-merge-conflicts)
68-
- [In the GitHub user interface](#in-the-github-user-interface)
69-
- [Editing the file and committing the changes](#editing-the-file-and-committing-the-changes)
70-
- [Troubleshooting](#troubleshooting)
71-
- [Failed status checks](#failed-status-checks)
72-
- [Draft pull requests](#draft-pull-requests)
7367
- [Reviewing](#reviewing)
7468
- [Self review](#self-review)
7569
- [Pull request template](#pull-request-template)

content/actions/reference/context-and-expression-syntax-for-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ The `needs` context contains outputs from all jobs that are defined as a depende
164164
| `needs.<job id>` | `object` | A single job that the current job depends on. |
165165
| `needs.<job id>.outputs` | `object` | The set of outputs of a job that the current job depends on. |
166166
| `needs.<job id>.outputs.<output name>` | `string` | The value of a specific output for a job that the current job depends on. |
167-
| `needs.<job id>.result` | `string` | The result of a job that the current job depends on. Possible values are `success`, `failure`, or `cancelled`. |
167+
| `needs.<job id>.result` | `string` | The result of a job that the current job depends on. Possible values are `success`, `failure`, `cancelled`, or `skipped`. |
168168

169169
#### Example printing context information to the log file
170170

contributing/content-style-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ Use clear, simple language that’s approachable and accessible for a wide range
346346

347347
## Word choice and terminology
348348

349-
For general guidance and GitHub-specific terms, see “[Terminology](https://brand.github.com/content/terminology) in and “[Words that can be tricky](https://brand.github.com/content/grammar#words-that-can-be-tricky)” in GitHub’s Brand Guide. For more detailed guidance, see the “[A-Z word list](https://docs.microsoft.com/en-us/style-guide)” in Microsoft’s style guide.
349+
For general guidance and GitHub-specific terms, see “[Terminology](https://brand.github.com/content/terminology) and “[Words that can be tricky](https://brand.github.com/content/grammar#words-that-can-be-tricky)” in GitHub’s Brand Guide. For more detailed guidance, see the “[A-Z word list](https://docs.microsoft.com/en-us/style-guide)” in Microsoft’s style guide.
350350

351351
### Abbreviations
352352

0 commit comments

Comments
 (0)