Remove Environment Dep for Make Artifact Names Task (#569)

[SKIP]
This commit is contained in:
Integer Limit 2023-12-09 13:57:33 +11:00 committed by GitHub
parent 2704b1b60c
commit 761718e1ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,6 @@ jobs:
if: "${{ github.repository_owner == 'Nomi-CEu' && github.event.pull_request.head.repo.owner.login != 'Nomi-CEu' }}"
name: Make Fork PR Artifact Names (${{ github.event.pull_request.head.sha }})
runs-on: ubuntu-latest
environment: fork-pr-build-pack
env:
GITHUB_HEAD_REF: ${{ github.head_ref }}
TRUE_SHA: ${{ github.event.pull_request.head.sha }}