Add environment name to build PR workflow
This commit is contained in:
parent
6d7ed26e3c
commit
0b3f559cf5
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-pr.yml
vendored
3
.github/workflows/build-pr.yml
vendored
|
|
@ -13,6 +13,9 @@ jobs:
|
|||
node-version: ['20.17.0']
|
||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
||||
|
||||
environment:
|
||||
name: build-pr
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue