Merge pull request #57 from DeterminateSystems/dependabot/github_actions/pedrolamas/handlebars-action-2.1.0

build(deps): bump pedrolamas/handlebars-action from 2.0.0 to 2.1.0
This commit is contained in:
Linus Heckemann 2023-01-27 16:00:40 +01:00 committed by GitHub
commit 114dde340d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ runs:
echo "GIT_COMMIT_MESSAGE=$GIT_COMMIT_MESSAGE" >> $GITHUB_ENV
echo "GIT_COMMIT_MESSAGE is: ${GIT_COMMIT_MESSAGE}"
- name: Interpolate PR Body
uses: pedrolamas/handlebars-action@v2.0.0
uses: pedrolamas/handlebars-action@v2.1.0
with:
files: 'pr_body.template'
output-filename: 'pr_body.txt'