Skip to content

Commit

Permalink
Add missing re-usable commit-id output
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Jan 6, 2024
1 parent 7f6cd25 commit a7a4813
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 a7a4813

Please sign in to comment.