Skip to content

Commit 358d02b

Browse files
pquentingithub-actions[bot]
authored andcommitted
Use git recordings for pull request validation (#3182)
(cherry picked from commit 8100599)
1 parent 2d61a7f commit 358d02b

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)