Skip to content

Commit 19ca4f7

Browse files
Kidswissgithub-actions[bot]
authored andcommitted
chore: accept new Cruft update
1 parent cf1e975 commit 19ca4f7

File tree

5 files changed

+4
-97
lines changed

5 files changed

+4
-97
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/vshn/appcat-cookiecutter",
3-
"commit": "5309ae05edb3c118e23e64e8ec0bed2b6768ac86",
3+
"commit": "128d270ba199a581122ff74c2f82b8e3019490f0",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
with:
112112
token: ${{ secrets.COMPONENT_ACCESS_TOKEN }}
113113
title: 'PR for ${{ env.APP_NAME }} on ${{ steps.extract_branch.outputs.branch }}'
114-
body: "${{ github.event.pull_request.body}}\nLink: ${{ github.event.pull_request.url }}"
114+
body: "${{ github.event.pull_request.body}}\nLink: ${{ github.event.pull_request.html_url }}"
115115
branch: "${{ env.APP_NAME }}/${{ github.event.pull_request.number }}/${{ steps.extract_branch.outputs.branch }}"
116116
base: master
117117
draft: false

ci.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ docker-push-branchtag: docker-build-branchtag docker-push ## Push docker image w
3333
.PHONY: package-build
3434
package-build: docker-build
3535
rm -f package/*.xpkg
36-
go run github.com/crossplane/crossplane/cmd/[email protected] xpkg build -f package --verbose --embed-runtime-image=${IMG}-func -o package/package.xpkg
36+
go run github.com/crossplane/crossplane/cmd/[email protected] xpkg build -f package --verbose --embed-runtime-image=${IMG} -o package/package.xpkg
3737

3838
.PHONY: package-push
3939
package-push: package-build
@@ -44,7 +44,7 @@ package-build-branchtag: export IMG_TAG=$(shell git rev-parse --abbrev-ref HEAD
4444
package-build-branchtag: docker-build-branchtag package-build
4545

4646
.PHONY: package-push-package-branchtag
47-
package-push-package-branchtag: export IMG_TAG=$(shell git rev-parse --abbrev-ref HEAD | sed 's/\//_/g')
47+
package-push-branchtag: export IMG_TAG=$(shell git rev-parse --abbrev-ref HEAD | sed 's/\//_/g')
4848
package-push-branchtag: package-build-branchtag package-push
4949

5050
.PHONY: docker-build-local

kind/config.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

kind/kind.mk

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)