Skip to content

Commit

Permalink
Merge pull request #17248 from mvdbeek/fix_client_build_ci
Browse files Browse the repository at this point in the history
Add missing re-usable commit-id output
  • Loading branch information
nsoranzo authored Jan 6, 2024
2 parents 7f6cd25 + a7a4813 commit 4e33216
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_client.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4e33216

Please sign in to comment.