Add environment name to build PR workflow
This commit is contained in:
parent
6d7ed26e3c
commit
0b3f559cf5
|
|
@ -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…
Reference in New Issue