Skip to content

Commit

Permalink
better grouping for env vars used for the cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
conversayShawn committed Dec 6, 2023
1 parent 68f4a14 commit 24091e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ If no related PR is detected, `CYPRESS_PULL_REQUEST_ID` and `CYPRESS_PULL_REQUES

### Merge SHA into SHA

We recommend using the action with `on: push` rather than `on: pull_request` for more accurate commit information in Cypress Cloud. When running on pull_request, the commit message defaults to "merge SHA into SHA". You can overwrite the commit message sent to Cypress Cloud by setting an environment variable.
We recommend using the action with `on: push` rather than `on: pull_request` or `on: merge_group` for more accurate commit information in Cypress Cloud. When running on pull_request or merge_group, the commit message defaults to "merge SHA into SHA". You can overwrite the commit message sent to Cypress Cloud by setting an environment variable.

```yml
name: Cypress tests
Expand Down

0 comments on commit 24091e9

Please sign in to comment.