Skip to content

Commit b7a6890

Browse files
committed
config(github/reusable-update-flake-lock): Add outputs for the workflow_call
1 parent c21be2c commit b7a6890

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,13 @@ on:
2929
description: Private key of the GitHub App used for opening pull requests.
3030
required: true
3131

32+
outputs:
33+
pr-url: ${{ steps.create-pr.outputs.pull-request-url }}
34+
pr-number: ${{ steps.create-pr.outputs.pull-request-number }}
35+
3236
jobs:
3337
main:
3438
runs-on: ${{ fromJSON(inputs.runner) }}
35-
outputs:
36-
pr_number: ${{ steps.create.outputs.pr_number }}
3739

3840
steps:
3941
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)