This will fix failures when github mirror is not synced with
latest gerrit patchsets refs yet.
Issue-ID: CIMAN-33
Change-Id: I7508b4dca45cf311b660a9613063911a6f38e29e
Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org>
steps:
# Step 1: Checkout the repository to build
- name: Checkout ccsdk-oran Maven Project Repository
- uses: lfit/checkout-gerrit-change-action@v0.9
+ uses: lfit/checkout-gerrit-change-action@v1.0.0
with:
gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
gerrit-url: ${{ inputs.GERRIT_CHANGE_URL }}