We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f266b commit 90684a9Copy full SHA for 90684a9
.github/workflows/depctrl.yml.disabled .github/workflows/depctrl.yml.github/workflows/depctrl.yml.disabled renamed to .github/workflows/depctrl.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Get-changed-files
22
id: changed-files-comma
23
- uses: tj-actions/changed-files@v44
+ uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46
24
with:
25
since_last_remote_commit: "true"
26
separator: ","
macros/phos.ASS2SVG.moon
@@ -1,6 +1,6 @@
1
export script_name = "ASS2SVG"
2
export script_description = "Export ass shapes to svg path"
3
-export script_version = "1.0.1"
+export script_version = "1.0.2"
4
export script_author = "PhosCity"
5
export script_namespace = "phos.ASS2SVG"
6
0 commit comments