Prevent template files from being committed

This commit is contained in:
Cole Helbling 2022-07-29 07:40:44 -07:00 committed by Cole Helbling
parent acabbe21fc
commit 4cf0d5d8d6

View File

@ -135,6 +135,12 @@ runs:
uses: andstor/file-reader-action@v1
with:
path: "pr_body.txt"
# We need to remove the pr_body files so that the
# peter-evans/create-pull-request action does not commit it (the
# action commits all new and modified files).
- name: Remove PR body template files
shell: bash
run: rm -f pr_body.txt pr_body.template
- name: Create PR
id: create-pr
uses: peter-evans/create-pull-request@v3