CI: Add workaround for github uppercase usernames
authorEdward Chow <equu@openmail.cc>
Mon, 3 Oct 2022 11:39:58 +0000 (19:39 +0800)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 4 Dec 2022 15:27:00 +0000 (16:27 +0100)
commit3ba78a839a1cd8ab140896c6c6efc55fbc09948f
treea946a4ce97fa0d8467f4b3a480d9459439b5330c
parentf4db2752500bb4fcc8a1bad586b192dc186d30a1
CI: Add workaround for github uppercase usernames

The workflow defined in tools.yml and kernel.yml used to fail on
forked repositories of contributers whose github username contains
uppercase letters.

A workaround mentioned in
https://github.com/orgs/community/discussions/27086 and
https://stackoverflow.com/questions/70326569/ is applied.

Signed-off-by: Edward Chow <equu@openmail.cc>
(cherry picked from commit c27b43956407f3adc3cc2693792acd6b40a01877)
.github/workflows/kernel.yml
.github/workflows/tools.yml