Skip to content

Commit

Permalink
Fix: Update doc rules gerrit checkout action
Browse files Browse the repository at this point in the history
Update to use v0.6

Issue-ID: CIMAN-33
Change-Id: Ic4f14582fed8608eb78b96f05a8a530b0c54abca
Signed-off-by: Jessica Wagantall <[email protected]>
  • Loading branch information
jwagantall committed Sep 11, 2023
1 parent 68cac30 commit 92a088d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/doc-rules-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,13 @@ jobs:
doc-rules-validation:
runs-on: ubuntu-latest
steps:
- uses: lfit/[email protected]
- name: Gerrit Checkout
# yamllint disable-line rule:line-length
uses: lfit/checkout-gerrit-change-action@57bf0435f739fbbc7ce4cc85c9c3b8a386c6f84b # v0.6
with:
gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
gerrit-project: ${{ inputs.GERRIT_PROJECT }}
gerrit-url: ${{ vars.GERRIT_URL }}
delay: "0s"
repository: ${{ inputs.TARGET_REPO }}
ref: refs/heads/${{ inputs.GERRIT_BRANCH }}
Expand Down

0 comments on commit 92a088d

Please sign in to comment.