Remove extra steps
This commit is contained in:
@@ -6,9 +6,8 @@ jobs:
|
|||||||
greeting:
|
greeting:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
steps:
|
- uses: actions/first-interaction@v1
|
||||||
- uses: actions/first-interaction@v1
|
with:
|
||||||
with:
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
issue-message: 'Message that will be displayed on users'' first issue'
|
||||||
issue-message: 'Message that will be displayed on users'' first issue'
|
pr-message: 'Message that will be displayed on users'' first pr'
|
||||||
pr-message: 'Message that will be displayed on users'' first pr'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user