We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3edc31 commit 35f9e3aCopy full SHA for 35f9e3a
1 file changed
.github/workflows/sync.yml
@@ -68,6 +68,8 @@ jobs:
68
- name: Create pull request
69
if: steps.check.outputs.changed == 'true'
70
uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1
71
+ env:
72
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73
with:
74
commit-message: "chore: sync webpack docs to ${{ steps.latest.outputs.latest }}"
75
title: "chore: sync webpack docs to ${{ steps.latest.outputs.latest }}"
@@ -77,8 +79,3 @@ jobs:
77
79
- Latest webpack commit: ${{ steps.latest.outputs.latest }}
78
80
- Previous commit: ${{ steps.latest.outputs.current }}
81
branch: "chore/sync-webpack"
- base: "main"
- update-branch: true
82
- add-paths: |
83
- HEAD_COMMIT
84
- pages/
0 commit comments