Skip to content

Commit c50847f

Browse files
authored
fix: Update push-to-fork parameter for PR creation (#737)
1 parent bbbb379 commit c50847f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/feature-matrix-updater.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Create Pull Request
3939
uses: peter-evans/create-pull-request@v6
4040
with:
41-
push-to-fork: true
41+
push-to-fork: ${{ github.actor }}/${{ github.event.repository.name }}
4242
token: ${{ secrets.GITHUB_TOKEN }}
4343
commit-message: "feat: propose new documentation"
4444
title: "Proposed Documentation Update"

0 commit comments

Comments
 (0)