Skip to content

Commit fcac421

Browse files
authored
Added option (#15)
1 parent ae3859f commit fcac421

File tree

8 files changed

+291
-48
lines changed

8 files changed

+291
-48
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,3 @@ updates:
1111
interval: 'weekly'
1212
reviewers:
1313
- "guyarb"
14-
- package-ecosystem: "github-actions"
15-
directory: "/"
16-
schedule:
17-
interval: "weekly"
18-
reviewers:
19-
- "guyarb"

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ typings/
8080

8181
# Nuxt.js build / generate output
8282
.nuxt
83-
dist
83+
#dist
8484

8585
# Gatsby files
8686
.cache/
@@ -102,3 +102,5 @@ dist
102102

103103
# TernJS port file
104104
.tern-port
105+
106+
.idea/

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ inputs:
66
required: true
77
default: 'test.json'
88
package-name:
9+
required: false
910
description: 'Package name override'
11+
default:
1012
runs:
1113
using: 'node12'
1214
main: 'dist/index.js'

0 commit comments

Comments
 (0)