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 4f411aeCopy full SHA for 4f411ae
.github/workflows/update-nock-files.yml
@@ -35,7 +35,7 @@ jobs:
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" ]
+ --json headRepositoryOwner --jq '.headRepositoryOwner.name')" = "$GITHUB_REPOSITORY_OWNER" ]
39
env:
40
PR_ID: ${{ inputs.pr_id }}
41
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments