Skip to content

Commit 92ad3a2

Browse files
authored
add field to tell if was called or not.
1 parent 2957e21 commit 92ad3a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ name: Build
55
on:
66
workflow_dispatch:
77
workflow_call:
8+
inputs:
9+
was-called:
10+
required: true
811
secrets:
912
TELEGRAM_TO:
1013
required: true

0 commit comments

Comments
 (0)