Skip to content

Commit c2afdef

Browse files
committed
fix developers slack webhook
1 parent 15d6d85 commit c2afdef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

live-demo/deploy/.woodpecker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ steps:
1717
commands:
1818
- cd adminforth
1919
- npm clean-install
20-
- npm run build > build.log 2>&1"
20+
- npm run build > build.log 2>&1
2121
- npm audit signatures
2222
- npx semantic-release
2323
secrets:
@@ -31,8 +31,8 @@ steps:
3131
when:
3232
- event: push
3333
- status: failure
34-
35-
webhook: $DEVELOPERS_SLACK_WEBHOOK
34+
35+
webhook: ${DEVELOPERS_SLACK_WEBHOOK}
3636
username: Woodpecker CI
3737
icon_url: ${CI_COMMIT_AUTHOR_AVATAR}
3838
template: >

0 commit comments

Comments
 (0)