File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
- name : Checkout OpenSearch Dashboards
32
32
uses : actions/checkout@v1
33
33
with :
34
- repository : https://github.com/ opensearch-project/Opensearch-Dashboards
34
+ repository : opensearch-project/Opensearch-Dashboards
35
35
ref : ${{ env.OPENSEARCH_VERSION }}
36
36
path : sql/OpenSearch-Dashboards
37
37
@@ -42,14 +42,14 @@ jobs:
42
42
43
43
- name : Move Workbench to Plugins Dir
44
44
run : |
45
- mv workbench https://github.com/opensearch-project/ OpenSearch-Dashboards/plugins
45
+ mv workbench OpenSearch-Dashboards/plugins
46
46
47
47
- name : OpenSearch Dashboards Plugin Bootstrap
48
48
uses : nick-invision/retry@v1
49
49
with :
50
50
timeout_minutes : 60
51
51
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
53
53
54
54
- name : Build
55
55
run : |
You can’t perform that action at this time.
0 commit comments