Skip to content

Commit 469d7c9

Browse files
authored
Merge pull request #3 from marikaner/marikaner-patch-1
chore: Make run names more unique
2 parents 21d787e + 736fe4c commit 469d7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spec-update-old.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "Spec File Update Workflow"
2-
run-name: "Spec File Update Workflow: ${{ github.event.inputs.file }}-${{ github.event.inputs.file-ref }}"
2+
run-name: "Spec File Update Workflow (old): ${{ github.event.inputs.file }}-${{ github.event.inputs.file-ref }}"
33

44
on:
55
workflow_dispatch:

0 commit comments

Comments
 (0)