Skip to content

Commit 1b2d120

Browse files
authored
Format YAML workflow for consistency
1 parent 0ae1b81 commit 1b2d120

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/is-user-core-member.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ on:
88

99
jobs:
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 }}

0 commit comments

Comments
 (0)