GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-11 23:57:22 +00:00
parent b222b941c2
commit 8ff40ecea1
2 changed files with 4 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
## 2.33.0 (12-07-2025) ## 2.33.0 (12-07-2025)
- Update to latest version from browserless/chrome (changelog : https://github.com/browserless/chrome/releases) - Update to latest version from browserless/chrome (changelog : https://github.com/browserless/chrome/releases)
## 2.32.1 (28-06-2025) ## 2.32.1 (28-06-2025)
- Update to latest version from browserless/chrome (changelog : https://github.com/browserless/chrome/releases) - Update to latest version from browserless/chrome (changelog : https://github.com/browserless/chrome/releases)

View File

@@ -1,8 +1,5 @@
{ {
"arch": [ "arch": ["aarch64", "amd64"],
"aarch64",
"amd64"
],
"codenotary": "alexandrep.github@gmail.com", "codenotary": "alexandrep.github@gmail.com",
"description": "Chromium as a service container", "description": "Chromium as a service container",
"devices": [ "devices": [
@@ -73,9 +70,7 @@
}, },
"image": "ghcr.io/alexbelgium/browserless_chrome-{arch}", "image": "ghcr.io/alexbelgium/browserless_chrome-{arch}",
"init": false, "init": false,
"map": [ "map": ["addon_config:rw"],
"addon_config:rw"
],
"name": "Browserless Chromium", "name": "Browserless Chromium",
"options": { "options": {
"TIMEOUT": "60000" "TIMEOUT": "60000"