Skip to content

Commit 55aa842

Browse files
committed
Fix yml lint bug
1 parent 94cf2ba commit 55aa842

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/firsttimers.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
name: Test & Build
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/first-interaction@v1
10-
with:
11-
repo-token: ${{ secrets.GITHUB_TOKEN }}
12-
issue-message: '# Welcome.\n Thank you for creating this issue. We are glad you are here.'
13-
pr-message: 'Welcome.\n Thank you for this PR.'
9+
- uses: actions/first-interaction@v1
10+
with:
11+
repo-token: ${{ secrets.GITHUB_TOKEN }}
12+
issue-message: '# Welcome.\n Thank you for creating this issue. We are glad you are here.'
13+
pr-message: 'Welcome.\n Thank you for this PR.'

0 commit comments

Comments
 (0)