-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
action.yml
42 lines (42 loc) · 1 KB
/
action.yml
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
35
36
37
38
39
40
41
42
name: github2dropbox
description: "Backup GitHub Data to DropBox"
branding:
icon: "save"
color: blue
inputs:
GITHUB_TOKEN:
description: "Access Token to GitHub"
required: true
DROPBOX_TOKEN:
description: "Access Token to Dropbox"
required: true
DROPBOX_PATH:
description: "With Path To Store With Dropbox"
required: false
ENABLE_REPO:
description: "Enable Repo Backup"
required: false
ENABLE_REPO_GIT:
description: "Enable Repo Git Backup"
required: false
ENABLE_STAR:
description: "Enable Star Backup"
required: false
ENABLE_FOLLOWER:
description: "Enable Follower Backup"
required: false
ENABLE_FOLLOWING:
description: "Enable Following Backup"
required: false
ENABLE_GIST:
description: "Enable Gist Backup"
required: false
ENABLE_ISSUE:
description: "Enable Issue Backup"
required: false
ENABLE_ISSUE_COMMENT:
description: "Enable Issue Comment Backup"
required: false
runs:
using: docker
image: Dockerfile