Skip to content

Commit

Permalink
Fix: Correct checkout method, remove unused inputs
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Ball <[email protected]>
  • Loading branch information
eb-oss committed Jan 17, 2024
1 parent 4f78c6d commit 13b62ea
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions .github/workflows/gerrit-compose-required-tox-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,6 @@ on:
description: "The ID for the change"
required: true
type: string
GERRIT_CHANGE_NUMBER:
description: "The Gerrit number"
required: true
type: string
GERRIT_CHANGE_URL:
description: "URL to the change"
required: true
type: string
GERRIT_EVENT_TYPE:
description: "Type of Gerrit event"
required: true
type: string
GERRIT_PATCHSET_NUMBER:
description: "The patch number for the change"
required: true
type: string
GERRIT_PATCHSET_REVISION:
description: "The revision sha"
required: true
type: string
GERRIT_PROJECT:
description: "Project in Gerrit"
required: true
Expand Down Expand Up @@ -83,7 +63,8 @@ jobs:
gerrit-project: ${{ inputs.GERRIT_PROJECT }}
gerrit-url: ${{ vars.GERRIT_URL }}
delay: "0s"
submodules: "true"
repository: ${{ inputs.TARGET_REPO }}
ref: refs/heads/${{ inputs.GERRIT_BRANCH }}
- name: Running tox
uses: ./.github/actions/tox-run-action
with:
Expand Down

0 comments on commit 13b62ea

Please sign in to comment.