diff --git a/.github/workflows/build_client.yaml b/.github/workflows/build_client.yaml index 0709ff949188..59e2192dc354 100644 --- a/.github/workflows/build_client.yaml +++ b/.github/workflows/build_client.yaml @@ -1,6 +1,10 @@ name: Build client for selenium tests on: workflow_call: + outputs: + commit-id: + description: Commit ID + value: ${{ jobs.build-client.outputs.commit-id }} jobs: build-client: runs-on: ubuntu-latest