File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 test :
11- runs-on : ubuntu-latest
12- steps :
13- - name : Checkout
14- uses : actions/checkout@v6
15-
16- - uses : ./
17- id : is-user-core-member
18- with :
19- helper : is-user-core-member
20- pull_number : ${{ github.event.pull_request.number }}
21- login : ${{ github.actor }} # Optional, defaults to the GitHub actor
22- github_token : ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
23-
24- - run : echo ${{ steps.is-user-core-member.outputs.output }}
11+ runs-on : ubuntu-latest
12+ steps :
13+ - name : Checkout
14+ uses : actions/checkout@v6
15+
16+ - uses : ./
17+ id : is-user-core-member
18+ with :
19+ helper : is-user-core-member
20+ pull_number : ${{ github.event.pull_request.number }}
21+ login : ${{ github.actor }} # Optional, defaults to the GitHub actor
22+ github_token : ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
23+
24+ - run : echo ${{ steps.is-user-core-member.outputs.output }}
You can’t perform that action at this time.
0 commit comments