summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2023-09-11 10:00:06 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2023-09-11 10:08:15 -0700
commit92a088daebf3fb357d6a99c83ffa7497fb37a834 (patch)
tree1f3f581ecd55da477b6a548b06c81ab395b976e6
parent68cac30aafbab6905f444cea6ef8c9032aa38859 (diff)
Fix: Update doc rules gerrit checkout action
Update to use v0.6 Issue-ID: CIMAN-33 Change-Id: Ic4f14582fed8608eb78b96f05a8a530b0c54abca Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r--.github/workflows/doc-rules-compose.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/doc-rules-compose.yaml b/.github/workflows/doc-rules-compose.yaml
index 613ac81..045e1f1 100644
--- a/.github/workflows/doc-rules-compose.yaml
+++ b/.github/workflows/doc-rules-compose.yaml
@@ -63,9 +63,13 @@ jobs:
doc-rules-validation:
runs-on: ubuntu-latest
steps:
- - uses: lfit/checkout-gerrit-change-action@v0.4
+ - 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 }}