1 parent 7b48f84 commit da44c10Copy full SHA for da44c10
1 file changed
.github/workflows/test-skripts.yml
@@ -81,14 +81,14 @@ jobs:
81
EOF
82
83
- name: Run tests
84
- uses: devdinc/skript-test-action@v1.3
+ uses: SkriptLang/skript-test-action@v1.3
85
with:
86
skript_repo_url: https://github.com/SkriptLang/Skript.git
87
# directory where your test scripts are located (relative to repo root)
88
test_script_directory: tests
89
90
# Skript version or ref (tag, branch, or commit)
91
- skript_repo_ref: 2.15.0-pre1
+ skript_repo_ref: 2.15.0
92
93
# directory containing addon/plugin jars (relative to repo root)
94
extra_plugins_directory: build/libs
0 commit comments