Skip to content

Commit

Permalink
Improve pull request content
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed May 17, 2024
1 parent 59c7b3c commit 3b976a4
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/gradle-send-update-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,21 @@ jobs:
id: create-pr
uses: peter-evans/create-pull-request@v6
with:
branch: bot/develocity-injection-init-script-update
delete-branch: true
commit-message: 'Update develocity-injection init script to ${{ inputs.version }}'
title: 'Update develocity-injection init script to ${{ inputs.version }}'
path: ${{ inputs.repository }}
token: ${{ secrets.GH_BOT_GITHUB_TOKEN }}
# committer: Bot Githubaction <[email protected]>
# author: Bot Githubaction <[email protected]>
committer: Bot Githubaction <[email protected]>
author: Bot Githubaction <[email protected]>
token: ${{ secrets.GH_BOT_GITHUB_TOKEN }}
branch: bot/develocity-injection-init-script-update
delete-branch: true
title: 'Update develocity-injection init script to ${{ inputs.version }}'
body: |
Updates the develocity-injection init script to the latest reference script content
from https://github.com/gradle/develocity-ci-injection.
commit-message: |
Update develocity-injection init script to ${{ inputs.version }}'
Updates the develocity-injection init script to the latest reference script content
from https://github.com/gradle/develocity-ci-injection.
- name: Include link to PR in Job Summary
if: ${{ steps.create-pr.outputs.pull-request-number }}
Expand Down

0 comments on commit 3b976a4

Please sign in to comment.