Skip to content

Commit c21be2c

Browse files
committed
config(github/reusable-update-flake-lock): Add id to Create Pull Request step
1 parent 2a0d011 commit c21be2c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/reusable-update-flake-lock.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ on:
3232
jobs:
3333
main:
3434
runs-on: ${{ fromJSON(inputs.runner) }}
35+
outputs:
36+
pr_number: ${{ steps.create.outputs.pr_number }}
3537

3638
steps:
3739
- uses: actions/checkout@v4
@@ -60,6 +62,7 @@ jobs:
6062
private_key: ${{ secrets.CREATE_PR_APP_PRIVATE_KEY }}
6163

6264
- name: Create Pull Request
65+
id: create-pr
6366
if: ${{ hashFiles('commit_msg_body.txt') != '' }}
6467
uses: peter-evans/create-pull-request@v7
6568
with:

0 commit comments

Comments
 (0)