diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-07-09 08:07:53 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-07-09 09:28:33 +0200 |
commit | c8ce41954be9eb06750a9302cbc1f80f1111e067 (patch) | |
tree | fb3b0223f4b030ab5139aa93a07d63e99d5ec54e /.github/workflows | |
parent | mkosi: Adapt configuration to take into account configuration rework (diff) | |
download | systemd-c8ce41954be9eb06750a9302cbc1f80f1111e067.tar.xz systemd-c8ce41954be9eb06750a9302cbc1f80f1111e067.zip |
mkosi: Fix git commit
In https://github.com/systemd/systemd/pull/33659 the commit was
updated to point to my fork without changing it back after the mkosi
PR was merged so let's change it back to point to the official
repository.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/mkosi.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 21dcb6ff03..a394e121cf 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -92,7 +92,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - - uses: systemd/mkosi@e5706bd0761107bda96763191950c4198e0ccb27 + - uses: systemd/mkosi@6b66aa9096948e0bc38154333687584e0351f450 # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space # immediately, we remove the files in the background. However, we first move them to a different location |