Skip to content

Commit

Permalink
try different syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Jan 12, 2024
1 parent 3636e2b commit d6e7999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-dashboards/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
shell: bash

- id: determine-sdashboards-binary-directory
run: echo OpenSearch-Dashboards/build/opensearch-dashboards-${{ env.OPENSEARCH_VERSION }}-SNAPSHOT-${{runner.os@L}}-x64"
run: echo OpenSearch-Dashboards/build/opensearch-dashboards-${{ env.OPENSEARCH_VERSION }}-SNAPSHOT-${ runner.os@L }-x64"
shell: bash

- id: determine-dashboards-binary-directory
Expand Down

0 comments on commit d6e7999

Please sign in to comment.