From 5673a9b8f421c539920741b4304c688ad42a2343 Mon Sep 17 00:00:00 2001 From: Simon Beck Date: Tue, 3 Sep 2024 08:50:30 +0200 Subject: [PATCH] chore: accept new Cruft update --- .cruft.json | 2 +- .github/workflows/pr.yml | 2 +- ci.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cruft.json b/.cruft.json index e6b359e..cb86994 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/vshn/appcat-cookiecutter", - "commit": "5309ae05edb3c118e23e64e8ec0bed2b6768ac86", + "commit": "128d270ba199a581122ff74c2f82b8e3019490f0", "checkout": null, "context": { "cookiecutter": { diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 7be5052..b55b1f3 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 diff --git a/ci.mk b/ci.mk index f76fa79..34263aa 100644 --- a/ci.mk +++ b/ci.mk @@ -46,7 +46,7 @@ package-build-branchtag: export IMG_TAG=$(shell git rev-parse --abbrev-ref HEAD package-build-branchtag: docker-build-branchtag package-build .PHONY: package-push-package-branchtag -package-push-package-branchtag: export IMG_TAG=$(shell git rev-parse --abbrev-ref HEAD | sed 's/\//_/g') +package-push-branchtag: export IMG_TAG=$(shell git rev-parse --abbrev-ref HEAD | sed 's/\//_/g') package-push-branchtag: package-build-branchtag package-push .PHONY: docker-build-local