Skip to content

Commit 2fa8543

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
default: ''
1515
required: false
1616
type: string
17+
outputs:
18+
pr-url: ${{ steps.create-pr.outputs.pull-request-url }}
19+
pr-number: ${{ steps.create-pr.outputs.pull-request-number }}
1720

1821
secrets:
1922
NIX_GITHUB_TOKEN:
@@ -32,8 +35,6 @@ on:
3235
jobs:
3336
main:
3437
runs-on: ${{ fromJSON(inputs.runner) }}
35-
outputs:
36-
pr_number: ${{ steps.create.outputs.pr_number }}
3738

3839
steps:
3940
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)