Skip to content

Commit

Permalink
Fix Tool Updater CI (Again)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Gaber <me@donn.website>
  • Loading branch information
donn authored Sep 1, 2022
1 parent 831b7ba commit 4654b46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tool_updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ jobs:
- name: Create Pull Request
if: ${{ env.NO_UPDATE != '1' }}
uses: peter-evans/create-pull-request@v4
author: ${{ secrets.BOT_AUTHOR_LINE }}
committer: ${{ secrets.BOT_AUTHOR_LINE }}
with:
token: ${{ secrets.MY_TOKEN }}
title: "[BOT] Update PDK"
author: ${{ secrets.BOT_AUTHOR_LINE }}
committer: ${{ secrets.BOT_AUTHOR_LINE }}
body: |
This is an automated PR.
Expand Down

0 comments on commit 4654b46

Please sign in to comment.