We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94cf2ba commit 55aa842Copy full SHA for 55aa842
.github/workflows/firsttimers.yml
@@ -6,8 +6,8 @@ jobs:
6
name: Test & Build
7
runs-on: ubuntu-latest
8
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.'
+ - 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 commit comments