Skip to content

Commit

Permalink
Correctly hook up dashboards binary output var
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Feb 23, 2024
1 parent e20a533 commit f64b331
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ outputs:
description: "The directory where the dashboards has been configured"
value: ${{ steps.determine-dashboards-directory.outputs.dashboards-directory }}

dashboards-binary-directory:
description: "The directory of the dashboards binary that was configured"
value: ${{ steps.determine-dashboards-directory-zip-install.outputs.dashboards-directory }}

plugin-directory:
description: "The directory where the plugin has been configured"
value: ${{ steps.determine-plugin-directory.outputs.plugin-directory }}
Expand Down

0 comments on commit f64b331

Please sign in to comment.