Remove extra steps

This commit is contained in:
Jeremy Epling
2019-08-07 10:55:35 -07:00
committed by GitHub
parent 7c006dc99f
commit d033b087b7
+5 -6
View File
@@ -6,9 +6,8 @@ jobs:
greeting:
runs-on: ubuntu-latest
steps:
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Message that will be displayed on users'' first issue'
pr-message: 'Message that will be displayed on users'' first pr'
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Message that will be displayed on users'' first issue'
pr-message: 'Message that will be displayed on users'' first pr'