X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fa1-interface.git;a=blobdiff_plain;f=.github%2Fworkflows%2Fgerrit-novote-verify.yaml;fp=.github%2Fworkflows%2Fgerrit-novote-verify.yaml;h=e2e8138ae887fc37d2c23374ec717e2dbf4511cf;hp=403e5c9a2b93e267a581b632acdd5fd3841478ff;hb=4f934ba280e2a9d9b79aeaba75318ddd7bc04442;hpb=cfb18c904b4f6605ac50337cc2de2f579b53d6c7 diff --git a/.github/workflows/gerrit-novote-verify.yaml b/.github/workflows/gerrit-novote-verify.yaml index 403e5c9..e2e8138 100644 --- a/.github/workflows/gerrit-novote-verify.yaml +++ b/.github/workflows/gerrit-novote-verify.yaml @@ -74,9 +74,11 @@ jobs: with: GERRIT_BRANCH: ${{ inputs.GERRIT_BRANCH }} GERRIT_CHANGE_ID: ${{ inputs.GERRIT_CHANGE_ID }} + GERRIT_CHANGE_NUMBER: ${{ inputs.GERRIT_CHANGE_NUMBER }} + GERRIT_CHANGE_URL: ${{ inputs.GERRIT_CHANGE_URL }} GERRIT_PROJECT: ${{ inputs.GERRIT_PROJECT }} GERRIT_REFSPEC: ${{ inputs.GERRIT_REFSPEC }} - TOX_ENVS: "code" + TOX_ENVS: '["code"]' vote: if: ${{ always() }}