Skip to content

Commit 82ced3c

Browse files
committed
Add initial build
1 parent af07101 commit 82ced3c

File tree

8 files changed

+3123
-1
lines changed

8 files changed

+3123
-1
lines changed

.gitignore

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

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

8584
# Gatsby files
8685
.cache/

action.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: "Github Action Template"
2+
author: "Rahul Kumar <[email protected]>"
3+
4+
description: "Github Action Template with CI/CD"
5+
6+
inputs:
7+
sample_input_1:
8+
required: true
9+
description: "Sample Input 1"
10+
optional_sample_input_2:
11+
required: false
12+
description: "Optional Sample Input 2"
13+
default: "default_value"
14+
15+
runs:
16+
using: "node12"
17+
main: "dist/index.js"

0 commit comments

Comments
 (0)