Skip to content

Commit 8100599

Browse files
authored
Use git recordings for pull request validation (#3182)
1 parent db7943e commit 8100599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)