Skip to content

Commit

Permalink
need to pass action output up into workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeichlersmith committed Sep 15, 2023
1 parent ec628b5 commit 6a178a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/validate/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ outputs:
hists:
description: 'Generated Histogram File'
value: ${{ steps.run-val.outputs.hists }}
log:
description: 'Generated Log File'
value: ${{ steps.run-val.outputs.log }}

runs:
using: 'composite'
Expand Down

0 comments on commit 6a178a0

Please sign in to comment.