Skip to content

Commit 0039dc1

Browse files
committed
Create Input fields
1 parent 169c8fa commit 0039dc1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/recovery.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: RECOVERY
22

33
on:
4-
watch:
5-
types: [started]
4+
workflow_dispatch:
5+
inputs:
6+
RECOVERY_URL:
7+
description: 'RECOVERY URL'
8+
required: true
9+
default: 'https://www.filesend.jp/l/en-US/'
610

711
env:
812
RECOVERY_URL: https://oshi.at/Rpjg

0 commit comments

Comments
 (0)