Skip to content

Commit dfe8010

Browse files
fix: Correct typo
1 parent 1ff699c commit dfe8010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: act10ns/slack@v2
3535
with:
3636
status: ${{job.status}}
37-
message: Shame on ${{ github.event.pull_request.user.login }}! Your Code is not compliant with ${{ STEP }}.
37+
message: Shame on ${{ github.event.pull_request.user.login }}! Your Code is not compliant with $STEP.
3838
#channel: '#general'
3939
if: failure()
4040
- name: Unit Test

0 commit comments

Comments
 (0)