Skip to content

Commit

Permalink
Remove unused workflow input
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Aug 17, 2024
1 parent 4cdeed0 commit 5ad81b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 5ad81b6

Please sign in to comment.