File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@v2
21
21
- uses : ./
22
22
with :
23
- command : pwd
23
+ command : " echo 'yarn vercel:cleanup && yarn vercel:deploy --local-config=vercel.customer1.staging.json and found https://app.vercel.app' "
24
24
env :
25
25
VERCEL_TOKEN : " temporary nothing"
26
26
- uses : ./
Original file line number Diff line number Diff line change 7
7
command :
8
8
description : ' Command to execute to start vercel deployment'
9
9
required : true
10
- deploy-alias :
10
+ deploy_alias :
11
11
description : ' Enable alias feature in the vercel.json'
12
12
required : false
13
13
default : " true"
Original file line number Diff line number Diff line change 32
32
"license" : " MIT" ,
33
33
"dependencies" : {
34
34
"@actions/core" : " 1.2.6" ,
35
- "@actions/exec" : " ^1.0.4"
35
+ "@actions/exec" : " ^1.0.4" ,
36
+ "@actions/glob" : " ^0.1.1" ,
37
+ "node-fetch" : " ^2.6.1"
36
38
},
37
39
"devDependencies" : {
38
40
"@babel/parser" : " 7.12.10" ,
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- " @actions/core@1.2.6 " :
5
+ " @actions/core@1.2.6" , "@actions/core@^1.2.6" :
6
6
version "1.2.6"
7
7
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.6.tgz#a78d49f41a4def18e88ce47c2cac615d5694bf09"
8
8
integrity sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA==
14
14
dependencies :
15
15
" @actions/io" " ^1.0.1"
16
16
17
+ " @actions/glob@^0.1.1 " :
18
+ version "0.1.1"
19
+ resolved "https://registry.yarnpkg.com/@actions/glob/-/glob-0.1.1.tgz#0af851312dfed21fdf9eac3473cfde93ffa56e40"
20
+ integrity sha512-ikM4GVZOgSGDNTjv0ECJ8AOqmDqQwtO4K1M4P465C9iikRq34+FwCjUVSwzgOYDP85qtddyWpzBw5lTub/9Xmg==
21
+ dependencies :
22
+ " @actions/core" " ^1.2.6"
23
+ minimatch "^3.0.4"
24
+
17
25
" @actions/io@^1.0.1 " :
18
26
version "1.0.2"
19
27
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.0.2.tgz#2f614b6e69ce14d191180451eb38e6576a6e6b27"
@@ -3925,6 +3933,11 @@ nice-try@^1.0.4:
3925
3933
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
3926
3934
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
3927
3935
3936
+ node-fetch@^2.6.1 :
3937
+ version "2.6.1"
3938
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
3939
+ integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
3940
+
3928
3941
node-int64@^0.4.0 :
3929
3942
version "0.4.0"
3930
3943
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
You can’t perform that action at this time.
0 commit comments