Skip to content

Commit 65b9697

Browse files
committed
use unicode chars instead of Github icons (they are not supported in actions menu
1 parent 96259fe commit 65b9697

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deployment-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ":arrow_up: Push: Storybook"
1+
name: "⬆️ Push: Storybook"
22

33
on:
44
pull_request:

.github/workflows/push-tagged-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ":arrow_up: Push: package & tagged release"
1+
name: "⬆️ Push: package & tagged release"
22

33
on:
44
workflow_call:

.github/workflows/test-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ":mag: Test: code"
1+
name: "🧪 Test: code"
22

33
on:
44
pull_request:

.github/workflows/test-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ":cop: Test: project conventions"
1+
name: "🛑 Test: project conventions"
22

33
on:
44
push:

0 commit comments

Comments
 (0)