mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-28 15:40:56 +01:00
Remove unused workflow input
This commit is contained in:
@@ -31,10 +31,6 @@ on:
|
||||
description: 'Pull Request Number'
|
||||
required: true
|
||||
type: string
|
||||
pull_request_head_sha:
|
||||
description: 'Pull Request HEAD SHA'
|
||||
required: true
|
||||
type: string
|
||||
|
||||
env:
|
||||
TGS_DOTNET_VERSION: 8
|
||||
|
||||
@@ -66,4 +66,3 @@ jobs:
|
||||
secrets: inherit
|
||||
with:
|
||||
pull_request_number: ${{ github.event.pull_request.number }}
|
||||
pull_request_head_sha: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
Reference in New Issue
Block a user