Skip to content

Commit dc0d494

Browse files
committed
fixes
1 parent 6ae2ed4 commit dc0d494

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/check-new-windows-versions.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,15 @@ jobs:
2929
uses: peter-evans/create-pull-request@v8
3030
id: pr
3131
with:
32-
base: master
33-
branch: windows
32+
push-to-fork: ruby-builder-bot/setup-ruby
33+
author: ruby-builder-bot <98265520+ruby-builder-bot@users.noreply.github.com>
34+
committer: ruby-builder-bot <98265520+ruby-builder-bot@users.noreply.github.com>
3435
title: Update CRuby releases on Windows
3536
commit-message: Update CRuby releases on Windows
3637
body: Automated PR
38+
base: master
39+
branch: windows
40+
token: ${{ secrets.PR_FROM_RUBY_BUILDER_TOKEN }}
3741

3842
- if: ${{ steps.diff.outcome == 'failure' }} # changed
3943
name: PR URL

0 commit comments

Comments
 (0)