We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a90dff commit fe9a606Copy full SHA for fe9a606
.github/workflows/validate-pr.yml
@@ -59,7 +59,7 @@ jobs:
59
else
60
branch=$GITHUB_REF_NAME
61
fi
62
- node scripts/upload-recording/download.js --branch $branch
+ node scripts/upload-recording/download.js --branch $branch --git
63
node scripts/clone-elasticsearch/index.js --branch $branch
64
env:
65
GCS_CREDENTIALS: ${{ secrets.GCS_CREDENTIALS }}
0 commit comments