Skip to content

Commit

Permalink
add output
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy committed Jan 27, 2025
1 parent 4e9d12d commit 7475f36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check_membership.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ name: Check Membership

on:
workflow_call:
outputs:
is_member:
value: ${{ jobs.check-membership.outputs.is_member }}

jobs:
check-membership:
Expand Down

0 comments on commit 7475f36

Please sign in to comment.