Skip to content

Commit c99070b

Browse files
Only update target in submission commit
1 parent 992de60 commit c99070b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/process-submission.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,8 @@ jobs:
234234
uses: peter-evans/create-pull-request@v6
235235
with:
236236
token: ${{ secrets.GITHUB_TOKEN }}
237+
add-paths: |
238+
${{ steps.parse.outputs.targetFile }}
237239
commit-message: "Add ${{ steps.parse.outputs.entryType }}: ${{ steps.parse.outputs.entryName }}"
238240
branch: submission/${{ steps.parse.outputs.entryType }}/${{ steps.parse.outputs.issueNumber }}
239241
title: "Add ${{ steps.parse.outputs.entryType }}: ${{ steps.parse.outputs.entryName }}"

0 commit comments

Comments
 (0)