Skip to content

Commit

Permalink
fix toc
Browse files Browse the repository at this point in the history
  • Loading branch information
Limmek committed May 4, 2024
1 parent a5fdcbc commit f4d7030
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/interface-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Update TOC Interface version(s)

on:
workflow_dispatch:
push:
branches:
- master
# push:
# branches:
# - master
# workflow_run:
# workflows: ['Luacheck']
# types:
# - completed
#schedule:
#- cron: "0 * * * *"
# schedule:
# - cron: 0 12 * * *

jobs:
run:
Expand All @@ -36,7 +36,7 @@ jobs:
uses: p3lim/toc-interface-updater@v3
with:
flavor: retail
future: false
future: true

- name: Commit changes
uses: EndBug/add-and-commit@v9
Expand Down
22 changes: 22 additions & 0 deletions Shitlist_Cata.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## Interface: 40400
## Title : Shitlist
## Notes: Set a personal comment on players and adding it to player information tooltip window.
## Author: Limmek
## Version: @project-version@
## Dependencies:
## OptionalDeps: Ace3, LibStub, LibDataBroker-1.1, LibDBIcon-1.0, CallbackHandler-1.0
## SavedVariables: ShitlistDB
## DefaultState: enabled
## X-Category: Tooltip, Miscellaneous, PvP, Quests & Leveling, Unit Frames
## X-Curse-Project-ID: 344967
## X-Localizations: enUS
## X-Website: https://github.com/Limmek/Shitlist
## X-License: MIT

embeds.xml

Locales\Locales.xml

Shitlist.lua
ShitlistUtils.lua
ShitlistConfig.lua
2 changes: 1 addition & 1 deletion Shitlist_Wrath.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 40400
## Interface: 30403
## Title : Shitlist
## Notes: Set a personal comment on players and adding it to player information tooltip window.
## Author: Limmek
Expand Down

0 comments on commit f4d7030

Please sign in to comment.