File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,11 @@ jobs:
5353
5454 # Fetch base branch from the upstream repo so that Sonar can identify new code in PR builds
5555 - name : " 📕 Fetch upstream base branch"
56- # workflow_call retains the github context of the caller, so `repositoryUrl ` will be upstream always due
56+ # workflow_call retains the github context of the caller, so `repository ` will be upstream always due
5757 # to it running on `workflow_run` which is called from the context of the target repo and not the fork.
5858 if : inputs.base_branch
5959 run : |
60- git remote add upstream ${{ github.repositoryUrl }}
60+ git remote add upstream https://github.com/ ${{ github.repository }}
6161 git rev-parse HEAD
6262 git fetch upstream ${{ inputs.base_branch }}:${{ inputs.base_branch }}
6363 git status
You can’t perform that action at this time.
0 commit comments