Skip to content

Commit

Permalink
Fix yml lint bug
Browse files Browse the repository at this point in the history
  • Loading branch information
umutphp committed Mar 16, 2020
1 parent 94cf2ba commit 55aa842
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/firsttimers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
name: Test & Build
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: '# Welcome.\n Thank you for creating this issue. We are glad you are here.'
pr-message: 'Welcome.\n Thank you for this PR.'
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: '# Welcome.\n Thank you for creating this issue. We are glad you are here.'
pr-message: 'Welcome.\n Thank you for this PR.'

0 comments on commit 55aa842

Please sign in to comment.