]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: explicitly disable multi-status for Super-Linter
authorFrantisek Sumsal <frantisek@sumsal.cz>
Sun, 13 Feb 2022 13:59:08 +0000 (14:59 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sun, 13 Feb 2022 13:59:08 +0000 (14:59 +0100)
to, hopefully, get rid of the following error:

```
 2022-02-13 13:32:12 [ERROR]   Failed to get [GITHUB_TOKEN]!
 2022-02-13 13:32:12 [ERROR]   []
 2022-02-13 13:32:12 [ERROR]   Please set a [GITHUB_TOKEN] from the main workflow environment to take advantage of multiple status reports!
```

.github/workflows/linter.yml

index 6b17c7a6888e9571698d5ace92a45c2712c009a3..bb4d2434f284de381ad2e73aac68d6d68bdb283d 100644 (file)
@@ -32,6 +32,7 @@ jobs:
         uses: github/super-linter/slim@b8641364ca9a79b3cf07f3c4c59a82709cd39094
         env:
           DEFAULT_BRANCH: main
+          MULTI_STATUS: false
           # Excludes:
           #   - man/.* - all snippets in man pages (false positives due to
           #              missing shebangs)