Skip to content

Commit

Permalink
Incorporate feedback from @lennyburdette
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Barlow committed Aug 26, 2021
1 parent d77b8b1 commit f45b890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/ci-cd.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ If you use GitHub Actions to automatically run [schema checks](https://www.apoll
<img class="screenshot" src="./assets/checks-result.jpg" width="550"/>
For these entries to display correctly, you need to make sure Rover executes against the pull request's `HEAD` commit, as opposed to the _merge_ commit that GitHub adds. To guarantee this, set the `APOLLO_VCS_COMMIT` environment variable in your action's configuration, like so:
For these entries to display correctly, you need to make sure Rover associates the schema check execution with the pull request's `HEAD` commit, as opposed to the _merge_ commit that GitHub adds. To guarantee this, set the `APOLLO_VCS_COMMIT` environment variable in your action's configuration, like so:

```yaml
env:
Expand Down

0 comments on commit f45b890

Please sign in to comment.