Skip to content

Commit fa537b8

Browse files
committed
chore: add missing workflow call
1 parent 2439ea2 commit fa537b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/mirror.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Mirror Image
22

33
on:
4+
workflow_call:
5+
inputs:
6+
version:
7+
required: true
8+
type: string
49
workflow_dispatch:
510
inputs:
611
version:

0 commit comments

Comments
 (0)