mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-12 08:58:20 +03:00
ci: explicitly disable multi-status for Super-Linter
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! ```
This commit is contained in:
parent
f94b33803f
commit
23a830e46e
1
.github/workflows/linter.yml
vendored
1
.github/workflows/linter.yml
vendored
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user