-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathaction.yml
More file actions
34 lines (28 loc) · 675 Bytes
/
Copy pathaction.yml
File metadata and controls
34 lines (28 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: '@teamultroid/ultroidworkflow'
description: 'GitHub Action to run Ultroid on Github'
author: 'Akash Pattnaik'
branding:
icon: user-check
color: gray-dark
inputs:
api_id:
description: 'Telegram API_ID of your account'
required: true
api_hash:
description: 'Telegram API_HASH of your account'
required: true
session:
description: 'Telegram session string'
required: true
redis_uri:
description: 'RedisDB URI'
required: false
redis_password:
description: 'RedisDB Password'
required: false
database_url:
description: 'The PostgreSQL url'
required: false
runs:
using: 'docker'
image: 'Dockerfile'