Skip to content

Commit

Permalink
Added option (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
guyarb authored Sep 26, 2021
1 parent ae3859f commit fcac421
Show file tree
Hide file tree
Showing 8 changed files with 291 additions and 48 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,3 @@ updates:
interval: 'weekly'
reviewers:
- "guyarb"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "guyarb"
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ typings/

# Nuxt.js build / generate output
.nuxt
dist
#dist

# Gatsby files
.cache/
Expand All @@ -102,3 +102,5 @@ dist

# TernJS port file
.tern-port

.idea/
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ inputs:
required: true
default: 'test.json'
package-name:
required: false
description: 'Package name override'
default:
runs:
using: 'node12'
main: 'dist/index.js'
Expand Down
Loading

0 comments on commit fcac421

Please sign in to comment.