Skip to content

Commit 7aad242

Browse files
committed
fix: add emoji to build started message in pull request workflow
1 parent 9cb25e7 commit 7aad242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
body="$(cat <<EOF
159159
${marker}
160160
### Build
161-
Build started… a link to the built zip file will appear here soon.
161+
⌛️ Build started… a link to the built zip file will appear here soon.
162162
EOF
163163
)"
164164

0 commit comments

Comments
 (0)