Skip to content

Commit ec5926d

Browse files
committed
actions: dynamic name for nested workflow
1 parent e2a645d commit ec5926d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ env:
2929

3030
jobs:
3131
build:
32+
name: 'docker (${{ inputs.os }}, ${{ inputs.arch }})'
3233
runs-on: ${{ inputs.runner }}
3334

3435
permissions:

0 commit comments

Comments
 (0)