runner/act/common
Andrew Cassidy c80a40023c
feat: disambiguate cloud emoji (#1076)
Many emoji technically have two forms, the colorful form and the monochrome text form. For some reason, on macOS, ☁️ defaults to the latter, which is also really tiny for some reason?. Adding the invisible emoji variant selector (U+FE0F) causes it to always render as the colorful full-width graphic

Before:

![Screenshot 2025-10-08 at 22.53.36](/attachments/beaeea4a-d355-4db6-9cca-2425a62b6ea9)

After:

![Screenshot 2025-10-08 at 22.53.14](/attachments/dd670d38-fed6-41dc-a0c2-421846bc26bd)

<!--start release-notes-assistant-->
<!--URL:https://code.forgejo.org/forgejo/runner-->
- other
  - [PR](https://code.forgejo.org/forgejo/runner/pulls/1076): <!--number 1076 --><!--line 0 --><!--description ZGlzYW1iaWd1YXRlIGNsb3VkIGVtb2pp-->disambiguate cloud emoji<!--description-->
<!--end release-notes-assistant-->

Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/1076
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Andrew Cassidy <drewcassidy@me.com>
Co-committed-by: Andrew Cassidy <drewcassidy@me.com>
2025-10-11 09:23:28 +00:00
..
git feat: disambiguate cloud emoji (#1076) 2025-10-11 09:23:28 +00:00
cartesian.go chore: modernize code (#857) 2025-08-15 04:54:13 +00:00
cartesian_test.go chore: modernize code (#857) 2025-08-15 04:54:13 +00:00
draw.go chore: modernize code (#857) 2025-08-15 04:54:13 +00:00
dryrun.go successfully able to run simple workflows 2020-02-20 21:05:25 -05:00
executor.go chore: modernize code (#857) 2025-08-15 04:54:13 +00:00
executor_test.go test: fix data race in TestNewParallelExecutor... tests (#860) 2025-08-15 09:12:32 +00:00
file.go chore: use the same .golangci.yml as the runner & gofumpt over gofmt (#206) 2025-07-28 12:26:41 +00:00
job_error.go fix: continue jobs + steps after failure (#840) 2021-12-08 20:57:42 +00:00
line_writer.go integration test 2020-02-24 12:48:12 -08:00
line_writer_test.go integration test 2020-02-24 12:48:12 -08:00
logger.go feat: add logger hook for standalone job logger 2022-11-22 14:00:13 +08:00
outbound_ip.go feat: improve GetOutboundIP (#1707) 2023-03-31 13:28:08 +00:00
randname.go chore: panic if a random name cannot be created (#853) 2025-08-14 15:46:01 +00:00
sha256.go fix: sum256 the container name so derivations do not overflow (#191) 2025-07-25 09:44:25 +00:00
sha256_test.go fix: sum256 the container name so derivations do not overflow (#191) 2025-07-25 09:44:25 +00:00