Skip to content

Commit 7f655e9

Browse files
committed
Use git recordings for pull request validation
1 parent db7943e commit 7f655e9

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)