We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbbb379 commit c50847fCopy full SHA for c50847f
.github/workflows/feature-matrix-updater.yaml
@@ -38,7 +38,7 @@ jobs:
38
- name: Create Pull Request
39
uses: peter-evans/create-pull-request@v6
40
with:
41
- push-to-fork: true
+ push-to-fork: ${{ github.actor }}/${{ github.event.repository.name }}
42
token: ${{ secrets.GITHUB_TOKEN }}
43
commit-message: "feat: propose new documentation"
44
title: "Proposed Documentation Update"
0 commit comments