Skip to content

Commit 1e8993a

Browse files
committed
validate-api: Fix branch in case of push event
1 parent bd811dc commit 1e8993a

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
@@ -74,7 +74,7 @@ jobs:
7474
if [[ -n "${GITHUB_BASE_REF+x}" ]]; then
7575
branch=$GITHUB_BASE_REF
7676
else
77-
branch=$GITHUB_REF_NAME
77+
branch=$GITHUB_REF
7878
fi
7979
node scripts/upload-recording/download.js --branch $branch --git
8080
node scripts/clone-elasticsearch/index.js --branch $branch

0 commit comments

Comments
 (0)