Merge pull request #17681 from allanlewis/patch-1

Correct capitalzation and pluralization of GitHub Actions in `ci.md`
This commit is contained in:
David Karlsson 2023-07-04 13:50:04 +02:00 committed by GitHub
commit ec69518a67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ First, set up the rest of the workflow. There's a lot that's not specific to Doc
Scout but needed to create the images to compare. For more details on those actions and using GitHub Actions
with Docker in general, see [the GitHub Actions documentation](../build/ci/github-actions/index.md).
Add the following to a GitHub action YAML file:
Add the following to a GitHub Actions YAML file:
{% raw %}
```yaml