File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -102,11 +102,13 @@ jobs:
102102
103103 - name : Create Pull Request
104104 run : |
105- gh pr create \
106- --title "Article draft: ${{ steps.extract.outputs.title }}" \
107- --body "This PR was automatically generated from issue #${{ github.event.issue.number }}.\n\nCloses #${{ github.event.issue.number }}" \
108- --head "articles/${{ steps.extract.outputs.fileid }}" \
109- --base main
105+ gh pr create \
106+ --title "Article draft: ${{ steps.extract.outputs.title }}" \
107+ --body "This PR was automatically generated from issue #${{ github.event.issue.number }}.\n\nCloses #${{ github.event.issue.number }}" \
108+ --head "articles/${{ steps.extract.outputs.fileid }}" \
109+ --base main
110+ env :
111+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
110112
111113 - name : Comment on the original Issue
112114 uses : peter-evans/create-or-update-comment@v3
You can’t perform that action at this time.
0 commit comments