You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/appfilter_auto_updater.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ on:
4
4
workflow_dispatch:
5
5
6
6
env:
7
-
UPDATEABLE_URL: https://arcticons.com/assets/updatable.txt # The URL to the updatable.txt file, change if necessary
7
+
UPDATEABLE_URL: https://arcticons.com/assets/updatable.json# The URL to the updatable.txt file, change if necessary
8
8
PACKAGE_BLACKLIST_PATH: .github/workflows/appfilter_auto_updater/blacklists/packageblacklist.txt # The path to the package blacklist file, change if necessary
9
9
DRAWABLE_BLACKLIST_PATH: .github/workflows/appfilter_auto_updater/blacklists/drawableblacklist.txt # The path to the drawable blacklist file, change if necessary
10
10
COMPONENT_BLACKLIST_PATH: .github/workflows/appfilter_auto_updater/blacklists/componentblacklist.txt # The path to the component blacklist file, change if necessary
0 commit comments