Skip to content

Commit c18acd8

Browse files
committed
run-name
1 parent 0be49c2 commit c18acd8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/linux.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Linux
2+
run-name: "${{ github.head_ref }} ${{ github.sha }} by @${{ github.actor }}"
23

34
on:
45
push:

.github/workflows/macos.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: MacOS
2+
run-name: "${{ github.head_ref }} ${{ github.sha }} by @${{ github.actor }}"
23

34
on:
45
push:

0 commit comments

Comments
 (0)