GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-06-27 23:57:57 +00:00
parent 4e7fd4f19d
commit 94cdc2a7a3
2 changed files with 4 additions and 10 deletions

View File

@@ -1,6 +1,7 @@
## 3.16.9 (28-06-2025) ## 3.16.9 (28-06-2025)
- Update to latest version from wiserain/flexget - Update to latest version from wiserain/flexget
## 3.16.6 (21-06-2025) ## 3.16.6 (21-06-2025)
- Update to latest version from wiserain/flexget - Update to latest version from wiserain/flexget

View File

@@ -1,8 +1,5 @@
{ {
"arch": [ "arch": ["aarch64", "amd64"],
"aarch64",
"amd64"
],
"codenotary": "alexandrep.github@gmail.com", "codenotary": "alexandrep.github@gmail.com",
"description": "FlexGet is a multipurpose automation tool for all of your media", "description": "FlexGet is a multipurpose automation tool for all of your media",
"devices": [ "devices": [
@@ -74,11 +71,7 @@
}, },
"image": "ghcr.io/alexbelgium/flexget-{arch}", "image": "ghcr.io/alexbelgium/flexget-{arch}",
"init": false, "init": false,
"map": [ "map": ["share:rw", "config:rw", "media"],
"share:rw",
"config:rw",
"media"
],
"name": "Flexget", "name": "Flexget",
"options": { "options": {
"PGID": 0, "PGID": 0,