Skip to content

Commit 2447b49

Browse files
committed
fix: sonar workflow
1 parent b0bc38c commit 2447b49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ jobs:
4848
env:
4949
HEAD_BRANCH: ${{ github.event.workflow_run.head_branch }}
5050
CLONE_URL: ${{ github.event.repository.clone_url }}
51-
BASE_REF: ${{ fromJson(steps.get_pr_data.outputs.data).base.ref }}
5251
run: |
52+
BASE_REF="${{ fromJson(steps.get_pr_data.outputs.data).base.ref }}"
53+
5354
git remote add upstream ${CLONE_URL}
5455
git fetch upstream
5556
git checkout -B ${BASE_REF} upstream/${BASE_REF}

0 commit comments

Comments
 (0)