Add environment name to build PR workflow

This commit is contained in:
Enno Gelhaus 2025-10-01 21:55:36 +02:00 committed by GitHub
parent 6d7ed26e3c
commit 0b3f559cf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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: