Skip to content

Commit 00023a6

Browse files
committed
chore: dynamically generate the run name when publishing an extension
1 parent 0c944c3 commit 00023a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish-extension.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Publish extension
2+
run-name: Publish extension ${{ fromJson(inputs.extension).id }}
23
on:
34
workflow_dispatch:
45
inputs:

0 commit comments

Comments
 (0)