We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff699c commit dfe8010Copy full SHA for dfe8010
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
- uses: act10ns/slack@v2
35
with:
36
status: ${{job.status}}
37
- message: Shame on ${{ github.event.pull_request.user.login }}! Your Code is not compliant with ${{ STEP }}.
+ message: Shame on ${{ github.event.pull_request.user.login }}! Your Code is not compliant with $STEP.
38
#channel: '#general'
39
if: failure()
40
- name: Unit Test
0 commit comments