Skip to content

Commit bfb0845

Browse files
committed
Merge branch 'main' into ip-location-apis
2 parents e1dea18 + 5485843 commit bfb0845

File tree

91 files changed

+2134
-941
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+2134
-941
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,6 @@ dist/* binary
233233
### Linguist Overrides #############################################################################
234234

235235
output/** linguist-generated=true
236+
output/schema/validation-errors.json linguist-generated=false
236237

237238
####################################################################################################

.github/workflows/update-rest-api-json.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
branch: ['main', '8.x', '8.16', '7.17']
16+
branch: ['main', '8.x', '8.16', '8.17', 7.17']
1717

1818
steps:
1919
- uses: actions/checkout@v4

.github/workflows/validate-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
else
6060
branch=$GITHUB_REF_NAME
6161
fi
62-
node scripts/upload-recording/download.js --branch $branch
62+
node scripts/upload-recording/download.js --branch $branch --git
6363
node scripts/clone-elasticsearch/index.js --branch $branch
6464
env:
6565
GCS_CREDENTIALS: ${{ secrets.GCS_CREDENTIALS }}

0 commit comments

Comments
 (0)