Skip to content

Commit 3d99f10

Browse files
committed
syntax error in action.yml
1 parent eb38f79 commit 3d99f10

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

action.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
name: LeetCode-collectinator
2-
description: "Sync your leetcode solutions with your github repo"
2+
description: 'Sync your leetcode solutions with your github repo'
33

44
author: Tarun Sharma (ME-ON1)
55

66
inputs:
77
cookieVal:
8-
description : "leetcode cookie value to get your data value"
9-
required : true
8+
description: leetcode cookie value to get your data value
9+
required: true
1010
solution_location:
11-
description : "location of folder in repo where solution will be stored"
12-
required : false
13-
default : '.'
11+
description: location of folder in repo where solution will be stored
12+
required: false
13+
default: '.'
1414

1515
runs:
1616
using: 'node14'
1717
main: './.github/src/app.js'
1818

19-
branding
19+
branding:
2020
icon: 'git-commit'
2121
color : 'purple'

0 commit comments

Comments
 (0)