Update build.yml

This commit is contained in:
2025-07-20 17:04:43 +02:00
committed by GitHub
parent acd16f3b5d
commit 3c6205c44d

View File

@@ -31,9 +31,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment: ${{ github.event.inputs.environment || 'prod' }} environment: ${{ github.event.inputs.environment || 'prod' }}
steps: steps:
- name: Get Current User # - name: Get Current User
run: | # run: |
$env:USERNAME # $env:USERNAME
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v2 uses: actions/checkout@v2