mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
chore(discord): fix yaml misalignment
This commit is contained in:
parent
602ba9806f
commit
22f146e29e
2
.github/workflows/discord.yml
vendored
2
.github/workflows/discord.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
notes = context.payload.release.body
|
notes = context.payload.release.body
|
||||||
|
|
||||||
// replace all non-supported characters
|
// replace all non-supported characters
|
||||||
notes = notes.replaceAll('###',
|
notes = notes.replaceAll('###', '')
|
||||||
notes = notes.trim()
|
notes = notes.trim()
|
||||||
return notes
|
return notes
|
||||||
- name: Changelog 📝
|
- name: Changelog 📝
|
||||||
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +1,6 @@
|
||||||
|
# Others
|
||||||
|
|
||||||
|
.fleet/
|
||||||
|
|
||||||
# Created by https://www.toptal.com/developers/gitignore/api/node,go,visualstudiocode
|
# Created by https://www.toptal.com/developers/gitignore/api/node,go,visualstudiocode
|
||||||
# Edit at https://www.toptal.com/developers/gitignore?templates=node,go,visualstudiocode
|
# Edit at https://www.toptal.com/developers/gitignore?templates=node,go,visualstudiocode
|
||||||
|
|
Loading…
Reference in a new issue