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'