Skip to content

Commit 2fda033

Browse files
authored
fix snapshot uploading (#4006) (#4087)
1 parent 0ee50f3 commit 2fda033

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-async-query-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
- uses: actions/checkout@v4
7474
with:
75-
repository: 'opensearch-project/opensearch-build-libraries'
75+
repository: 'opensearch-project/opensearch-build'
7676
path: 'build'
7777

7878
- name: Install required tools

.github/workflows/publish-grammar-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
7272
- uses: actions/checkout@v4
7373
with:
74-
repository: 'opensearch-project/opensearch-build-libraries'
74+
repository: 'opensearch-project/opensearch-build'
7575
path: 'build'
7676

7777
- name: Install required tools

0 commit comments

Comments
 (0)