We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
workflow_call
1 parent c21be2c commit b7a6890Copy full SHA for b7a6890
.github/workflows/reusable-update-flake-lock.yml
@@ -29,11 +29,13 @@ on:
29
description: Private key of the GitHub App used for opening pull requests.
30
required: true
31
32
+ outputs:
33
+ pr-url: ${{ steps.create-pr.outputs.pull-request-url }}
34
+ pr-number: ${{ steps.create-pr.outputs.pull-request-number }}
35
+
36
jobs:
37
main:
38
runs-on: ${{ fromJSON(inputs.runner) }}
- outputs:
- pr_number: ${{ steps.create.outputs.pr_number }}
39
40
steps:
41
- uses: actions/checkout@v4
0 commit comments