From 5ad81b657d817e36a5bed017d006cecde641777f Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sat, 17 Aug 2024 12:10:45 -0400 Subject: [PATCH] Remove unused workflow input --- .github/workflows/ci-pipeline.yml | 4 ---- .github/workflows/ci-security.yml | 1 - 2 files changed, 5 deletions(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 9e8579a23d..b61b1543f8 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -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 diff --git a/.github/workflows/ci-security.yml b/.github/workflows/ci-security.yml index f9285207e6..c0cb4ac3b3 100644 --- a/.github/workflows/ci-security.yml +++ b/.github/workflows/ci-security.yml @@ -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 }}