Skip to content

Commit 62eac52

Browse files
committed
Fix: Correct repo path to compose-repo-linting
Change-Id: Ib282ca89dc081720d84bc892dad34e857805066d Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
1 parent 78aa224 commit 62eac52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gerrit-verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
lint:
7171
needs: clear-vote
7272
# yamllint disable-line rule:line-length
73-
uses: lfit/releng-reusable-verify-actions/.github/workflows/compose-repo-linting.yaml@main
73+
uses: lfit/releng-reusable-workflows/.github/workflows/compose-repo-linting.yaml@main
7474
with:
7575
GERRIT_BRANCH: ${{ inputs.GERRIT_BRANCH }}
7676
GERRIT_CHANGE_ID: ${{ inputs.GERRIT_CHANGE_ID }}

0 commit comments

Comments
 (0)