From d033b087b73ca7db066647f2351b13af1b82527d Mon Sep 17 00:00:00 2001 From: Jeremy Epling Date: Wed, 7 Aug 2019 10:55:35 -0700 Subject: [PATCH] Remove extra `steps` --- automation/greetings.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/automation/greetings.yml b/automation/greetings.yml index 167999e..85a29e2 100644 --- a/automation/greetings.yml +++ b/automation/greetings.yml @@ -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' \ No newline at end of file + - 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'