Skip to content

Commit

Permalink
Fix link to preview branch
Browse files Browse the repository at this point in the history
When appending the message to the pull request after deploying the preview, the link to the branch is wrong as it uses the wrong repo. Instead of deployrepo the repo of the pull request is used.
  • Loading branch information
netomi authored Dec 18, 2023
1 parent 2150c59 commit c65e3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ runs:
https://${{ env.pagesurl }}/${{ env.targetdir }}/
on branch [`${{ inputs.preview-branch }}`](\
${{ github.server_url }}/${{ github.repository }}\
${{ github.server_url }}/${{ env.deployrepo }}\
/tree/${{ inputs.preview-branch }})
at ${{ env.datetime }}
"
Expand Down

0 comments on commit c65e3e2

Please sign in to comment.