Skip to content

Commit

Permalink
Add outputs section in htcmock
Browse files Browse the repository at this point in the history
  • Loading branch information
tschneider-aneo committed Oct 16, 2024
1 parent c2f2e25 commit c911fbb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion htcmock/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ inputs:
description: "A name that is provided as the value for key 'SessionName' for the 'HtcMock__Options' option"
required: false
default: "cicd"

outputs:
session-name:
description: "Name of the HTC Mock session to help retrieve its id"
value: ${{ steps.run.outputs.session-name }}
runs:
using: composite
steps:
Expand Down

0 comments on commit c911fbb

Please sign in to comment.