Skip to content

Commit

Permalink
Fix: Invalid workflow file name
Browse files Browse the repository at this point in the history
Error:
-> "lfit/releng-reusable-workflows/.github/workflows/gerrit-compose-
  required-maven-verify.yaml@main"
: failed to fetch workflow: workflow was not found.

Signed-off-by: Anil Belur <[email protected]>
Change-Id: I7b666579f767b8cee61389834ab18e4d55b6bb66
  • Loading branch information
askb committed Oct 23, 2023
1 parent 93a5918 commit 3d43f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gerrit-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
needs: prepare
# use compose-jjb-verify from the v0.4 series of releng-reusable-workflows
# yamllint disable-line rule:line-length
uses: lfit/releng-reusable-workflows/.github/workflows/gerrit-compose-required-maven-verify.yaml@main
uses: lfit/releng-reusable-workflows/.github/workflows/compose-maven-verify.yaml@main
with:
GERRIT_BRANCH: ${{ inputs.GERRIT_BRANCH }}
GERRIT_CHANGE_ID: ${{ inputs.GERRIT_CHANGE_ID }}
Expand Down

0 comments on commit 3d43f18

Please sign in to comment.