Skip to content

Commit 8da5f05

Browse files
committed
Fix run name
1 parent 8c9d598 commit 8da5f05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
run-name: build ${{ github.event.inputs.reference }}:${{ github.event.inputs.reference }}
1+
run-name: build ${{ github.event.inputs.repository }}:${{ github.event.inputs.reference }}
22
on:
33
workflow_dispatch:
44
inputs:

0 commit comments

Comments
 (0)