Skip to content

Commit e48297c

Browse files
committed
fix yml format
1 parent 750a421 commit e48297c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/change-review.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
token: ${{ secrets.CODECOV_TOKEN }}
3939

4040
- name: push build status to Slack
41-
uses: 8398a7/action-slack@v3
42-
with:
43-
status: ${{ job.status }}
44-
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took,pullRequest
45-
env:
46-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
47-
if: always()
41+
uses: 8398a7/action-slack@v3
42+
with:
43+
status: ${{ job.status }}
44+
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took,pullRequest
45+
env:
46+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
47+
if: always()
4848

0 commit comments

Comments
 (0)