Skip to content

Commit 2af7383

Browse files
committed
Fix syntax error
1 parent cc19410 commit 2af7383

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
@@ -51,7 +51,7 @@ jobs:
5151
- name: Download artifacts
5252
working-directory: ./clients-flight-recorder
5353
run: |
54-
if [[ -n "${GITHUB_BASE_REF+x}" ]; then
54+
if [[ -n "${GITHUB_BASE_REF+x}" ]]; then
5555
branch=$GITHUB_BASE_REF
5656
else
5757
branch=$GITHUB_REF_NAME

0 commit comments

Comments
 (0)