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