Skip to content

Commit

Permalink
fix buildscript updater job
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Jul 4, 2023
1 parent c1f2bde commit f5ccd0c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/buildscript-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,14 @@ jobs:
- name: Create Pull Request
id: create-pull-request
uses: peter-evans/create-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.BUILDSCRIPT_MAINTENANCE_TOKEN }}
with:
token: ${{ secrets.BUILDSCRIPT_MAINTENANCE_TOKEN }}
committer: GitHub <[email protected]>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com
add-paths: build.gradle
commit-message: '[ci skip] update build script version to ${{ steps.update-buildscript.outputs.new_version }}'
branch: buildscript-maintenance
branch: gha-buildscript-maintenance
title: Update build script version to ${{ steps.update-buildscript.outputs.new_version }}
body: This pull request is created by the buildscript-maintenance workflow

0 comments on commit f5ccd0c

Please sign in to comment.