chore(discord): fix yaml misalignment

This commit is contained in:
Jan De Dobbeleer 2022-12-24 16:34:27 +01:00
parent 602ba9806f
commit 22f146e29e
No known key found for this signature in database
GPG key ID: D9FE64756B9A61E6
2 changed files with 7 additions and 4 deletions

View file

@ -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
View file

@ -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