We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Update Nock file
1 parent 2f796d3 commit 6b28409Copy full SHA for 6b28409
1 file changed
.github/workflows/update-nock-files.yml
@@ -34,8 +34,8 @@ jobs:
34
if: ${{ !inputs.head_sha }}
35
run: |
36
set -x
37
- [ "$(gh pr view "$GITHUB_SERVER/$GITHUB_REPOSITORY/pull/$PR_ID" \
38
- --json headRepositoryOwner --jq '.headRepositoryOwner.name') = "$GITHUB_REPOSITORY_OWNER" ]
+ [ "$(gh pr view "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/pull/$PR_ID" \
+ --json headRepositoryOwner --jq '.headRepositoryOwner.name')" = "$GITHUB_REPOSITORY_OWNER" ]
39
env:
40
PR_ID: ${{ inputs.pr_id }}
41
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -60,7 +60,7 @@ jobs:
60
- name: Merge base branch
61
if: ${{ inputs.fix_conflicts }}
62
63
- git fetch "$GITHUB_SERVER/$GITHUB_REPOSITORY.git" HEAD
+ git fetch "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git" HEAD
64
git merge FETCH_HEAD --no-edit -s ours
65
66
- name: Install Node
0 commit comments