Skip to content

Commit 6769a2d

Browse files
committed
validate-apis: add debug instructions
1 parent 38870e4 commit 6769a2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/validate-apis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,10 @@ jobs:
7474
if [[ -n "${GITHUB_BASE_REF+x}" ]]; then
7575
branch=$GITHUB_BASE_REF
7676
else
77-
branch=$GITHUB_REF
77+
branch=$GITHUB_REF_NAME
7878
fi
79+
env
80+
echo "Using branch: $branch"
7981
node scripts/upload-recording/download.js --branch $branch --git
8082
node scripts/clone-elasticsearch/index.js --branch $branch
8183

0 commit comments

Comments
 (0)