From a7a48131feb57e42f9ac7aa33cdcab94af2ddba9 Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Sat, 6 Jan 2024 10:13:47 +0100 Subject: [PATCH] Add missing re-usable commit-id output --- .github/workflows/build_client.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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