Skip to content

Commit bc91b8c

Browse files
committed
whitespaces.. and repackage.
1 parent 09a76c1 commit bc91b8c

7 files changed

Lines changed: 3407 additions & 3407 deletions

File tree

.github/workflows/make-release.yml

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
1-
# description of this workflow, can be anything you want
2-
name: Package and release
3-
4-
# we need to let GitHub know _when_ we want to release, typically only when we create a new tag.
5-
# this will target only tags, and not all pushes to the master branch.
6-
# this part can be heavily customized to your liking, like targeting only tags that match a certain word,
7-
# other branches or even pullrequests.
8-
on:
9-
push:
10-
tags:
11-
- '**'
12-
13-
# a workflow is built up as jobs, and within these jobs are steps
14-
jobs:
15-
16-
# "release" is a job, you can name it anything you want
17-
release:
18-
19-
# we can run our steps on pretty much anything, but the "ubuntu-latest" image is a safe bet
20-
runs-on: ubuntu-latest
21-
22-
# specify the environment variables used by the packager, matching the secrets from the project on GitHub
23-
env:
24-
CF_API_KEY: ${{ secrets.CF_API_KEY }}
25-
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
26-
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
27-
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }} # "GITHUB_TOKEN" is a secret always provided to the workflow
28-
# for your own token, the name cannot start with "GITHUB_"
29-
30-
# "steps" holds a list of all the steps needed to package and release our AddOn
31-
steps:
32-
33-
# we first have to clone the AddOn project, this is a required step
34-
- name: Clone project
35-
uses: actions/checkout@v4
36-
with:
37-
fetch-depth: 0 # gets git history for changelogs
38-
39-
# once cloned, we just run the GitHub Action for the packager project
40-
- name: Package and release
41-
uses: BigWigsMods/packager@v2
42-
with:
43-
args: -S
1+
# description of this workflow, can be anything you want
2+
name: Package and release
3+
4+
# we need to let GitHub know _when_ we want to release, typically only when we create a new tag.
5+
# this will target only tags, and not all pushes to the master branch.
6+
# this part can be heavily customized to your liking, like targeting only tags that match a certain word,
7+
# other branches or even pullrequests.
8+
on:
9+
push:
10+
tags:
11+
- '**'
12+
13+
# a workflow is built up as jobs, and within these jobs are steps
14+
jobs:
15+
16+
# "release" is a job, you can name it anything you want
17+
release:
18+
19+
# we can run our steps on pretty much anything, but the "ubuntu-latest" image is a safe bet
20+
runs-on: ubuntu-latest
21+
22+
# specify the environment variables used by the packager, matching the secrets from the project on GitHub
23+
env:
24+
CF_API_KEY: ${{ secrets.CF_API_KEY }}
25+
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
26+
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
27+
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }} # "GITHUB_TOKEN" is a secret always provided to the workflow
28+
# for your own token, the name cannot start with "GITHUB_"
29+
30+
# "steps" holds a list of all the steps needed to package and release our AddOn
31+
steps:
32+
33+
# we first have to clone the AddOn project, this is a required step
34+
- name: Clone project
35+
uses: actions/checkout@v4
36+
with:
37+
fetch-depth: 0 # gets git history for changelogs
38+
39+
# once cloned, we just run the GitHub Action for the packager project
40+
- name: Package and release
41+
uses: BigWigsMods/packager@v2
42+
with:
43+
args: -S

.github/workflows/toc-update.yml

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
name: Update TOC Interface version(s)
2-
3-
on:
4-
schedule:
5-
- cron: 44 12 * * *
6-
workflow_dispatch:
7-
jobs:
8-
run:
9-
runs-on: ubuntu-latest
10-
steps:
11-
- name: Clone project
12-
uses: actions/checkout@v4.1.1
13-
- name: Update TOC Interface version
14-
uses: p3lim/toc-interface-updater@v4
15-
with:
16-
beta: true
17-
ptr: true
18-
flavor: |
19-
retail
20-
mists
21-
wrath
22-
tbc
23-
vanilla
24-
- name: Create pull request
25-
uses: peter-evans/create-pull-request@v6.0.1
26-
with:
27-
title: Update Interface version
28-
commit-message: Update Interface version
29-
branch: interface-version
30-
delete-branch: true
31-
env:
32-
CF_API_KEY: ${{ secrets.CF_API_KEY }}
33-
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
1+
name: Update TOC Interface version(s)
2+
3+
on:
4+
schedule:
5+
- cron: 44 12 * * *
6+
workflow_dispatch:
7+
jobs:
8+
run:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Clone project
12+
uses: actions/checkout@v4.1.1
13+
- name: Update TOC Interface version
14+
uses: p3lim/toc-interface-updater@v4
15+
with:
16+
beta: true
17+
ptr: true
18+
flavor: |
19+
retail
20+
mists
21+
wrath
22+
tbc
23+
vanilla
24+
- name: Create pull request
25+
uses: peter-evans/create-pull-request@v6.0.1
26+
with:
27+
title: Update Interface version
28+
commit-message: Update Interface version
29+
branch: interface-version
30+
delete-branch: true
31+
env:
32+
CF_API_KEY: ${{ secrets.CF_API_KEY }}
33+
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}

.pkgmeta

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
2-
externals:
3-
Libs/LibStub: https://repos.wowace.com/wow/libstub/trunk
4-
Libs/AceGUI-3.0: https://repos.wowace.com/wow/ace3/trunk/AceGUI-3.0
5-
Libs/AceAddon-3.0: https://repos.wowace.com/wow/ace3/trunk/AceAddon-3.0
6-
Libs/AceGUI-3.0-SharedMediaWidgets: https://repos.wowace.com/wow/ace-gui-3-0-shared-media-widgets/trunk/AceGUI-3.0-SharedMediaWidgets
7-
Libs/LibSharedMedia-3.0: https://repos.wowace.com/wow/libsharedmedia-3-0/trunk/LibSharedMedia-3.0
8-
Libs/AceDBOptions-3.0: https://repos.wowace.com/wow/ace3/trunk/AceDBOptions-3.0
9-
Libs/AceDB-3.0: https://repos.wowace.com/wow/ace3/trunk/AceDB-3.0
10-
Libs/CallbackHandler-1.0: https://repos.wowace.com/wow/ace3/trunk/CallbackHandler-1.0
11-
Libs/AceLocale-3.0: https://repos.wowace.com/wow/ace3/trunk/AceLocale-3.0
12-
Libs/AceConfig-3.0: https://repos.wowace.com/wow/ace3/trunk/AceConfig-3.0
13-
Libs/AceConsole-3.0: https://repos.wowace.com/wow/ace3/trunk/AceConsole-3.0
14-
Libs/AceEvent-3.0: https://repos.wowace.com/wow/ace3/trunk/AceEvent-3.0
15-
Libs/AceTimer-3.0: https://repos.wowace.com/wow/ace3/trunk/AceTimer-3.0
16-
Libs/LibDataBroker-1.1: https://github.com/tekkub/libdatabroker-1-1.git
17-
Libs/LibMagicUtil-1.0: https://github.com/neotron/WoW-libMagicUtil.git
1+
2+
externals:
3+
Libs/LibStub: https://repos.wowace.com/wow/libstub/trunk
4+
Libs/AceGUI-3.0: https://repos.wowace.com/wow/ace3/trunk/AceGUI-3.0
5+
Libs/AceAddon-3.0: https://repos.wowace.com/wow/ace3/trunk/AceAddon-3.0
6+
Libs/AceGUI-3.0-SharedMediaWidgets: https://repos.wowace.com/wow/ace-gui-3-0-shared-media-widgets/trunk/AceGUI-3.0-SharedMediaWidgets
7+
Libs/LibSharedMedia-3.0: https://repos.wowace.com/wow/libsharedmedia-3-0/trunk/LibSharedMedia-3.0
8+
Libs/AceDBOptions-3.0: https://repos.wowace.com/wow/ace3/trunk/AceDBOptions-3.0
9+
Libs/AceDB-3.0: https://repos.wowace.com/wow/ace3/trunk/AceDB-3.0
10+
Libs/CallbackHandler-1.0: https://repos.wowace.com/wow/ace3/trunk/CallbackHandler-1.0
11+
Libs/AceLocale-3.0: https://repos.wowace.com/wow/ace3/trunk/AceLocale-3.0
12+
Libs/AceConfig-3.0: https://repos.wowace.com/wow/ace3/trunk/AceConfig-3.0
13+
Libs/AceConsole-3.0: https://repos.wowace.com/wow/ace3/trunk/AceConsole-3.0
14+
Libs/AceEvent-3.0: https://repos.wowace.com/wow/ace3/trunk/AceEvent-3.0
15+
Libs/AceTimer-3.0: https://repos.wowace.com/wow/ace3/trunk/AceTimer-3.0
16+
Libs/LibDataBroker-1.1: https://github.com/tekkub/libdatabroker-1-1.git
17+
Libs/LibMagicUtil-1.0: https://github.com/neotron/WoW-libMagicUtil.git

0 commit comments

Comments
 (0)