Skip to content

Commit afda7f9

Browse files
authored
Merge pull request #101 from microsoft/workflowEmoji
Use raw emoji instead of shortcode
2 parents c6b7719 + 4c537a8 commit afda7f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
name: 'Build Linux :penguin:'
2+
name: 'Build Linux 🐧'
33

44
on: workflow_dispatch
55

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
name: 'Build Windows :paperclip:'
2+
name: 'Build Windows 📎'
33

44
on:
55
workflow_dispatch:

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Build [CMake] :hammer_and_wrench:'
1+
name: 'Build [CMake] 🛠️'
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)