Skip to content

Commit

Permalink
Merge pull request #55 from vshn/cruft/update
Browse files Browse the repository at this point in the history
New updates detected with Cruft
  • Loading branch information
Kidswiss authored Sep 3, 2024
2 parents 1e4c232 + c22be7a commit ba4447e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/vshn/appcat-cookiecutter",
"commit": "439e1605c36082fb329ad631d0f7b013f3944c4c",
"commit": "128d270ba199a581122ff74c2f82b8e3019490f0",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba4447e

Please sign in to comment.