Fix broken yaml
This commit is contained in:
parent
ced6446d23
commit
eda6f05af4
|
@ -56,7 +56,7 @@ jobs:
|
|||
SLACK_CHANNEL: git
|
||||
SLACK_COLOR: ${{ job.status }} # or a specific color like 'good' or '#ff00ff'
|
||||
SLACK_ICON: https://avatars.githubusercontent.com/u/9919?v=4&size=48
|
||||
SLACK_TITLE: Firmware build was successful :white_check_mark:
|
||||
SLACK_TITLE: 'Firmware build was successful :white_check_mark:'
|
||||
SLACK_USERNAME: Github
|
||||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
|
||||
MSG_MINIMAL: actions url, commit
|
||||
|
@ -68,7 +68,7 @@ jobs:
|
|||
SLACK_CHANNEL: git
|
||||
SLACK_COLOR: ${{ job.status }} # or a specific color like 'good' or '#ff00ff'
|
||||
SLACK_ICON: https://avatars.githubusercontent.com/u/9919?v=4&size=48
|
||||
SLACK_TITLE: Firmware build FAILED :warning:
|
||||
SLACK_TITLE: 'Firmware build FAILED :warning:'
|
||||
SLACK_USERNAME: Github
|
||||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
|
||||
MSG_MINIMAL: actions url, commit
|
||||
|
|
Loading…
Reference in New Issue