Fix spacing

This commit is contained in:
Ellie Bahadori
2020-08-10 17:15:53 -07:00
parent dc73134872
commit 33749073c8

View File

@@ -88,8 +88,8 @@ jobs:
needs: [build, artifacts, docs]
steps:
- uses: act10ns/slack@v1
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#spring-security-ci'
if: always()
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#spring-security-ci'
if: always()