Skip to content

Commit ec08edb

Browse files
committed
chore: postfix icons in workflow names
1 parent 36b5101 commit ec08edb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

β€Ž.github/workflows/automation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: πŸ€– Automation
1+
name: Automation πŸ€–
22

33
on:
44
pull_request_target:

β€Ž.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: πŸ”„ Integration
1+
name: Integration πŸ”„
22

33
on:
44
pull_request:

β€ŽREADME.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# λ¦¬νŠΈμ½”λ“œ μŠ€ν„°λ””
22

3-
[![πŸ€– Automation](https://github.com/DaleStudy/leetcode-study/actions/workflows/automation.yaml/badge.svg)](https://github.com/DaleStudy/leetcode-study/actions/workflows/automation.yaml)
4-
[![πŸ”„ Integration](https://github.com/DaleStudy/leetcode-study/actions/workflows/integration.yaml/badge.svg)](https://github.com/DaleStudy/leetcode-study/actions/workflows/integration.yaml)
3+
[![Automation πŸ€–](https://github.com/DaleStudy/leetcode-study/actions/workflows/automation.yaml/badge.svg)](https://github.com/DaleStudy/leetcode-study/actions/workflows/automation.yaml)
4+
[![Integration πŸ”„](https://github.com/DaleStudy/leetcode-study/actions/workflows/integration.yaml/badge.svg)](https://github.com/DaleStudy/leetcode-study/actions/workflows/integration.yaml)
55

66

77

0 commit comments

Comments
Β (0)