Skip to content

Commit

Permalink
equal author and committer
Browse files Browse the repository at this point in the history
  • Loading branch information
Roma36 committed Sep 8, 2023
1 parent 6a48883 commit a749767
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-supporters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v3
# with:
# ref: main

Expand All @@ -27,12 +27,12 @@ jobs:
run: npm run sync-supporters

- name: Create/Update Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update supporters
committer: GitHub <[email protected]>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
author: GitHub <noreply@github.com>
title: "[Auto PR] Update supporters"
body: "Supporters list has been updated."
branch: github-action/update-supporters
Expand Down

0 comments on commit a749767

Please sign in to comment.