File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434 if : ${{ !inputs.head_sha }}
3535 run : |
3636 set -x
37- [ "$(gh pr view "$GITHUB_SERVER /$GITHUB_REPOSITORY/pull/$PR_ID" \
38- --json headRepositoryOwner --jq '.headRepositoryOwner.name') = "$GITHUB_REPOSITORY_OWNER" ]
37+ [ "$(gh pr view "$GITHUB_SERVER_URL /$GITHUB_REPOSITORY/pull/$PR_ID" \
38+ --json headRepositoryOwner --jq '.headRepositoryOwner.name')" = "$GITHUB_REPOSITORY_OWNER" ]
3939 env :
4040 PR_ID : ${{ inputs.pr_id }}
4141 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6060 - name : Merge base branch
6161 if : ${{ inputs.fix_conflicts }}
6262 run : |
63- git fetch "$GITHUB_SERVER /$GITHUB_REPOSITORY.git" HEAD
63+ git fetch "$GITHUB_SERVER_URL /$GITHUB_REPOSITORY.git" HEAD
6464 git merge FETCH_HEAD --no-edit -s ours
6565
6666 - name : Install Node
You can’t perform that action at this time.
0 commit comments