We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ba95d commit 4a903c8Copy full SHA for 4a903c8
.github/workflows/integration.yml
@@ -50,7 +50,7 @@ jobs:
50
name: Detect user team membership
51
runs-on: ubuntu-latest
52
outputs:
53
- IS_TEAM_MEMBER: ${{ jobs.author.outputs.isTeamMember }}
+ IS_TEAM_MEMBER: ${{ steps.author.outputs.isTeamMember }}
54
steps:
55
- name: Get PR author
56
if: github.event_name == 'pull_request'
0 commit comments