Update DamianReeves/write-file-action to v1.3

This commit is contained in:
Cole Helbling 2024-02-28 15:04:53 -08:00 committed by Cole Helbling
parent 70d01ca550
commit 56b3507bfe

View file

@ -155,7 +155,7 @@ runs:
COMMIT_MSG: ${{ inputs.commit-msg }} COMMIT_MSG: ${{ inputs.commit-msg }}
PATH_TO_FLAKE_DIR: ${{ inputs.path-to-flake-dir }} PATH_TO_FLAKE_DIR: ${{ inputs.path-to-flake-dir }}
- name: Save PR Body as file - name: Save PR Body as file
uses: DamianReeves/write-file-action@v1.2 uses: DamianReeves/write-file-action@v1.3
with: with:
path: pr_body.template path: pr_body.template
contents: ${{ inputs.pr-body }} contents: ${{ inputs.pr-body }}