We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2505c3 commit baf8c5eCopy full SHA for baf8c5e
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
{
31
echo 'CHANGELOG<<EOF'
32
cat .release/*/CHANGELOG.md
33
- echo EOF
+ printf '\nEOF'
34
} >> "$GITHUB_OUTPUT"
35
36
- name: Notify Discord webhook
modules/SideBarMixin.lua
@@ -1005,7 +1005,7 @@ function SideBarMixin:SortElements(dataProviderEntries)
1005
--- 1. playerIsOwner
1006
--- 2. isBlizzardLoadout
1007
--- 3. name
1008
- --- 4. id (basically, the order they were created?)
+ --- 4. id (basically, the order they were created)
1009
---
1010
--- custom loadouts are listed underneath their parent, if any
1011
0 commit comments