Skip to content

Commit

Permalink
Fix: Remove passing gerrit ref and use commit sha
Browse files Browse the repository at this point in the history
The dorny/paths-filter expects a gihub.ref and does not
comprehend a gerrit refspec.

Signed-off-by: Anil Belur <[email protected]>
Change-Id: Ifba20e58d4592d63d4e9aefa499874ab52efb5ae
Signed-off-by: Anil Belur <[email protected]>
  • Loading branch information
askb committed Jul 27, 2023
1 parent 96344ea commit 3b14105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gerrit-packer-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
id: changes
with:
base: ${{ inputs.GERRIT_BRANCH }}
ref: ${{ inputs.GERRIT_REFSPEC }}
ref: ${{ inputs.GERRIT_PATCHSET_REVISION }}
filters: |
src:
- 'packer/**'
Expand Down

0 comments on commit 3b14105

Please sign in to comment.