Remove unused workflow input

This commit is contained in:
Jordan Dominion
2024-08-17 12:10:45 -04:00
parent 4cdeed0463
commit 5ad81b657d
2 changed files with 0 additions and 5 deletions
-4
View File
@@ -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
-1
View File
@@ -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 }}