Skip to content

Commit

Permalink
Declare explicit outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Sep 14, 2023
1 parent 0c5e00b commit 364233c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/CI-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ name: "Find PR"
on:
workflow_call

outputs:
found:
value: ${{ jobs.pull_request.outputs.found }}
base_ref:
value: ${{ jobs.pull_request.outputs.base_ref }}
base_sha:
value: ${{ jobs.pull_request.outputs.base_sha }}
head_ref:
value: ${{ jobs.pull_request.outputs.head_ref }}
head_sha:
value: ${{ jobs.pull_request.outputs.head_sha }}

jobs:

pull_request:
Expand Down

0 comments on commit 364233c

Please sign in to comment.