mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-12 11:47:25 -08:00
chore(discord): fix yaml misalignment
This commit is contained in:
parent
602ba9806f
commit
22f146e29e
8
.github/workflows/discord.yml
vendored
8
.github/workflows/discord.yml
vendored
|
@ -7,16 +7,16 @@ jobs:
|
|||
notify:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Notes 📝
|
||||
- name: Notes 📝
|
||||
id: notes
|
||||
uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0
|
||||
with:
|
||||
result-encoding: string
|
||||
script: |
|
||||
result-encoding: string
|
||||
script: |
|
||||
notes = context.payload.release.body
|
||||
|
||||
// replace all non-supported characters
|
||||
notes = notes.replaceAll('###',
|
||||
notes = notes.replaceAll('###', '')
|
||||
notes = notes.trim()
|
||||
return notes
|
||||
- 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
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=node,go,visualstudiocode
|
||||
|
|
Loading…
Reference in a new issue