Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2a56cab

Browse files
committed
Update GitHub Actions workflow to use Julian Clock module configuration
1 parent 6e6d99b commit 2a56cab

File tree

2 files changed

+5
-342
lines changed

2 files changed

+5
-342
lines changed

.github/workflows/module-packager.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ on:
3232
# =============================
3333
env:
3434
AUTHOR: "N6REJ"
35-
REPO: "N6REJ/mod_bears_aichatbot"
36-
MODULE_NAME: "mod_bears_aichatbot"
37-
MODULE_XML: "mod_bears_aichatbot.xml"
35+
REPO: "N6REJ/mod_julianclock"
36+
MODULE_NAME: "mod_julianclock"
37+
MODULE_XML: "mod_julianclock.xml"
3838
COPYRIGHT_HOLDER: "BearLeeAble (N6REJ)"
3939
COPYRIGHT_START_YEAR: "2025"
4040
PHP_VERSION: "8.1"
@@ -44,8 +44,8 @@ env:
4444
LICENSE_FILE: "License.txt"
4545
FAVICON_FILE: "favicon.ico"
4646
UPDATES_XML_FILE: "updates.xml"
47-
CSS_DIR: "css"
48-
JS_DIR: "js"
47+
CSS_DIR: ""
48+
JS_DIR: ""
4949
TMPL_DIR: "tmpl"
5050
LANGUAGE_DIR: "language"
5151
PACKAGE_DIR: "package"

0 commit comments

Comments
 (0)