Skip to content

Commit

Permalink
Fix path
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 4, 2024
1 parent ba3fb93 commit 0d54567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install-dashboards/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ runs:
- id: build-osd
run: |
scripts/use_node scripts/build
working-directory: OpenSearch-Dashboards
working-directory: ./OpenSearch-Dashboards
shell: bash

- id: echo
run: |
echo "ls build/"
working-directory: OpenSearch-Dashboards
working-directory: ./OpenSearch-Dashboards
shell: bash

- uses: actions/checkout@v2
Expand Down

0 comments on commit 0d54567

Please sign in to comment.