Skip to content

Commit

Permalink
fix: Fix job output (#66)
Browse files Browse the repository at this point in the history
Fix pr close comment
  • Loading branch information
lucaspopp-wbd authored Jun 11, 2024
1 parent 6d18d31 commit 99511f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
outputs:
pr-number:
description: pr number
value: ${{ jobs.generate.outputs.pr-number }}
value: ${{ jobs.generate-sdk.outputs.pr-number }}

permissions:
actions: read
Expand Down

0 comments on commit 99511f6

Please sign in to comment.