Skip to content

Commit 4a903c8

Browse files
committed
steps
1 parent 56ba95d commit 4a903c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
name: Detect user team membership
5151
runs-on: ubuntu-latest
5252
outputs:
53-
IS_TEAM_MEMBER: ${{ jobs.author.outputs.isTeamMember }}
53+
IS_TEAM_MEMBER: ${{ steps.author.outputs.isTeamMember }}
5454
steps:
5555
- name: Get PR author
5656
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)