Skip to content

Commit 28e8282

Browse files
committed
fix: readme build name values
1 parent b0c9ce5 commit 28e8282

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup-env/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This action sets up the following environment variables in the runner environmen
44

55
1. `BROWSERSTACK_BUILD_NAME`: This environment variable is set on the basis of the input to `build-name` field. By default, the value will be decided based on the event, i.e. push, pull_request etc for the workflow:
66
1. `push` event: `[<Branch-Name>] Commit <commit-sha>: <commit-message> [Workflow: <Workflow-number>]`
7-
2. `pull_request` event: `[<Branch-Name>] PR <PR-number>: <PR-title> [Workflow-number]`
8-
3. `release` event: `[<Branch-Name>] Release <Release-tag>: <Release-name> [Workflow-number]`
7+
2. `pull_request` event: `[<Branch-Name>] PR <PR-number>: <PR-title> [Workflow: <Workflow-number>]`
8+
3. `release` event: `[<Branch-Name>] Release <Release-tag>: <Release-name> [Workflow: <Workflow-number>]`
99
4. Other events: `<Event-Name> [Workflow: <Workflow-number>]`
1010

1111
2. `BROWSERSTACK_PROJECT_NAME`: This environment variable is set one basis of the input to `project-name` field. By default, i.e. if any input is not provided, the value will be set as the Repository Name.

0 commit comments

Comments
 (0)