mirror of
https://github.com/systemd/systemd
synced 2026-03-28 17:54:51 +01:00
Compare commits
3 Commits
2fd63f831f
...
0413c780ae
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0413c780ae | ||
|
|
05cfef4a92 | ||
|
|
1a88817b83 |
2
.github/workflows/linter.yml
vendored
2
.github/workflows/linter.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Lint Code Base
|
- name: Lint Code Base
|
||||||
uses: super-linter/super-linter/slim@12150456a73e248bdc94d0794898f94e23127c88
|
uses: super-linter/super-linter/slim@502f4fe48a81a392756e173e39a861f8c8efe056
|
||||||
env:
|
env:
|
||||||
DEFAULT_BRANCH: main
|
DEFAULT_BRANCH: main
|
||||||
MULTI_STATUS: false
|
MULTI_STATUS: false
|
||||||
|
|||||||
2
.github/workflows/make-release.yml
vendored
2
.github/workflows/make-release.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090
|
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b
|
||||||
with:
|
with:
|
||||||
prerelease: ${{ contains(github.ref_name, '-rc') }}
|
prerelease: ${{ contains(github.ref_name, '-rc') }}
|
||||||
draft: ${{ github.repository == 'systemd/systemd' }}
|
draft: ${{ github.repository == 'systemd/systemd' }}
|
||||||
|
|||||||
@ -318,7 +318,7 @@ diff -u <(echo "$output") - >&2 <<EOF
|
|||||||
"KERNEL_INSTALL_LAYOUT=other",
|
"KERNEL_INSTALL_LAYOUT=other",
|
||||||
"KERNEL_INSTALL_INITRD_GENERATOR=none",
|
"KERNEL_INSTALL_INITRD_GENERATOR=none",
|
||||||
"KERNEL_INSTALL_UKI_GENERATOR=",
|
"KERNEL_INSTALL_UKI_GENERATOR=",
|
||||||
"KERNEL_INSTALL_STAGING_AREA=/var/tmp/kernel-install.staging.XXXXXX"
|
"KERNEL_INSTALL_STAGING_AREA=${TMPDIR:-/var/tmp}/kernel-install.staging.XXXXXX"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user