Skip to content

Commit 4effd7d

Browse files
committed
Revert "Made cd and mv path explicit to open search main repo."
This reverts commit 1dd775c.
1 parent 10ccc54 commit 4effd7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sql-workbench-release-workflow.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Checkout OpenSearch Dashboards
3232
uses: actions/checkout@v1
3333
with:
34-
repository: https://github.com/opensearch-project/Opensearch-Dashboards
34+
repository: opensearch-project/Opensearch-Dashboards
3535
ref: ${{ env.OPENSEARCH_VERSION }}
3636
path: sql/OpenSearch-Dashboards
3737

@@ -42,14 +42,14 @@ jobs:
4242

4343
- name: Move Workbench to Plugins Dir
4444
run: |
45-
mv workbench https://github.com/opensearch-project/OpenSearch-Dashboards/plugins
45+
mv workbench OpenSearch-Dashboards/plugins
4646
4747
- name: OpenSearch Dashboards Plugin Bootstrap
4848
uses: nick-invision/retry@v1
4949
with:
5050
timeout_minutes: 60
5151
max_attempts: 3
52-
command: cd https://github.com/opensearch-project/OpenSearch-Dashboards/plugins/workbench; yarn osd bootstrap
52+
command: cd OpenSearch-Dashboards/plugins/workbench; yarn osd bootstrap
5353

5454
- name: Build
5555
run: |

0 commit comments

Comments
 (0)