Skip to content

Commit 0b3f559

Browse files
authored
Add environment name to build PR workflow
1 parent 6d7ed26 commit 0b3f559

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
node-version: ['20.17.0']
1414
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1515

16+
environment:
17+
name: build-pr
18+
1619
steps:
1720
- uses: actions/checkout@v4
1821
with:

0 commit comments

Comments
 (0)