Skip to content

Commit

Permalink
Set author and committer for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed May 17, 2024
1 parent 5ecbaed commit c92a417
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/gradle-send-update-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,14 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
# - name: Setup Git config
# shell: bash
# run: git config --global url."https://${{ secrets.GH_BOT_GITHUB_TOKEN }}:[email protected]/".insteadOf "https://github.com/"

- uses: actions/checkout@v4
with:
ref: dd/bot-user # Include the changes commmited in the previous job
token: ${{ secrets.GH_BOT_GITHUB_TOKEN }}
ref: dd/bot-user # Include the changes commmited in the previous job
token: ${{ secrets.GH_BOT_GITHUB_TOKEN }}

- uses: actions/checkout@v4
with:
Expand All @@ -57,6 +61,10 @@ jobs:
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]>

- name: Include link to PR in Job Summary
if: ${{ steps.create-pr.outputs.pull-request-number }}
Expand Down

0 comments on commit c92a417

Please sign in to comment.