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 6769a2d commit b182745Copy full SHA for b182745
.github/workflows/validate-apis.yml
@@ -71,12 +71,11 @@ jobs:
71
- name: Download artifacts
72
working-directory: ./clients-flight-recorder
73
run: |
74
- if [[ -n "${GITHUB_BASE_REF+x}" ]]; then
+ if [[ -n "${GITHUB_BASE_REF:-}" ]]; then
75
branch=$GITHUB_BASE_REF
76
else
77
branch=$GITHUB_REF_NAME
78
fi
79
- env
80
echo "Using branch: $branch"
81
node scripts/upload-recording/download.js --branch $branch --git
82
node scripts/clone-elasticsearch/index.js --branch $branch
0 commit comments