pr body changes
This commit is contained in:
parent
51959850b4
commit
6154c9bbfa
4
.github/workflows/flake-update.yml
vendored
4
.github/workflows/flake-update.yml
vendored
@ -93,7 +93,6 @@ jobs:
|
|||||||
- name: Remove temporary files
|
- name: Remove temporary files
|
||||||
run: |
|
run: |
|
||||||
rm pr_body.template
|
rm pr_body.template
|
||||||
rm pr_body.md
|
|
||||||
rm pre.json
|
rm pre.json
|
||||||
rm post.json
|
rm post.json
|
||||||
rm post-diff
|
rm post-diff
|
||||||
@ -103,7 +102,8 @@ jobs:
|
|||||||
uses: https://nayeonie.com/ahuston-0/create-pull-request@main
|
uses: https://nayeonie.com/ahuston-0/create-pull-request@main
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
||||||
body: ${{ steps.pr_body.outputs.content }}
|
add-paths: flake.lock
|
||||||
|
body-path: pr_body.md
|
||||||
author: '"github-actions[bot]" <github-actions[bot]@users.noreply.github.com>'
|
author: '"github-actions[bot]" <github-actions[bot]@users.noreply.github.com>'
|
||||||
title: 'automated: Update `flake.lock`'
|
title: 'automated: Update `flake.lock`'
|
||||||
commit-message: |
|
commit-message: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user