diff --git a/.github/workflows/r_build.yml b/.github/workflows/r_build.yml index 4c430ce113ad6..1a5f4c6de83db 100644 --- a/.github/workflows/r_build.yml +++ b/.github/workflows/r_build.yml @@ -15,7 +15,7 @@ on: default: "x64" required: true type: string - revision: + revision: # TODO remove if it works description: "Any string or number used to extend the package's identifier." type: string required: true @@ -44,7 +44,7 @@ jobs: - name: Run `build.sh` run: | - bash scripts/build.sh -v ${{ vars.OPENSEARCH_VERSION }} -s false -p linux -a ${{ inputs.architecture }} -d ${{ inputs.distribution }} -r ${{ inputs.revision }} + bash scripts/build.sh -v ${{ vars.OPENSEARCH_VERSION }} -s false -p linux -a ${{ inputs.architecture }} -d ${{ inputs.distribution }} # The package's name is stored in artifacts/artifact_min_name.txt. - name: Set package name