Skip to content

Commit da44c10

Browse files
authored
Update test action and Skript version in workflow
1 parent 7b48f84 commit da44c10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-skripts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ jobs:
8181
EOF
8282
8383
- name: Run tests
84-
uses: devdinc/skript-test-action@v1.3
84+
uses: SkriptLang/skript-test-action@v1.3
8585
with:
8686
skript_repo_url: https://github.com/SkriptLang/Skript.git
8787
# directory where your test scripts are located (relative to repo root)
8888
test_script_directory: tests
8989

9090
# Skript version or ref (tag, branch, or commit)
91-
skript_repo_ref: 2.15.0-pre1
91+
skript_repo_ref: 2.15.0
9292

9393
# directory containing addon/plugin jars (relative to repo root)
9494
extra_plugins_directory: build/libs

0 commit comments

Comments
 (0)