diff --git a/.cruft.json b/.cruft.json index 890ef36..6be1967 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/vshn/appcat-cookiecutter", - "commit": "439e1605c36082fb329ad631d0f7b013f3944c4c", + "commit": "128d270ba199a581122ff74c2f82b8e3019490f0", "checkout": null, "context": { "cookiecutter": { diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8f44024..21e5cdf 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -111,7 +111,7 @@ jobs: with: token: ${{ secrets.COMPONENT_ACCESS_TOKEN }} title: 'PR for ${{ env.APP_NAME }} on ${{ steps.extract_branch.outputs.branch }}' - body: "${{ github.event.pull_request.body}}\nLink: ${{ github.event.pull_request.url }}" + body: "${{ github.event.pull_request.body}}\nLink: ${{ github.event.pull_request.html_url }}" branch: "${{ env.APP_NAME }}/${{ github.event.pull_request.number }}/${{ steps.extract_branch.outputs.branch }}" base: master draft: false