Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Nov 3, 2024
1 parent 85bb136 commit 144cfd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs-preview-create-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
client-payload: |-
{
"package": "cli",
"owner": ${{ github.event.pull_request.user }},
"branch": ${{ github.ref_name }},
"repo": ${{ github.repository }},
"repo": "${{ github.repository }}",
"owner": "${{ github.event.pull_request.head.repo.owner.login }}",
"branch": ${{ github.event.pull_request.head.ref }},
"pr": ${{ github.event.pull_request.number }}
}

0 comments on commit 144cfd8

Please sign in to comment.