Skip to content

Commit b2561ae

Browse files
authored
Update action.yml
1 parent 83976d6 commit b2561ae

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

action.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
name:"Prodcast Generator"
2-
author:"Ramsesh Thapa"
3-
description:"Generates Feed for a prodcast from YAML file"
1+
name: "Prodcast Generator"
2+
author: "Ramsesh Thapa"
3+
description: "Generates Feed for a prodcast from YAML file"
44
runs:
5-
using:"docker"
6-
image:"Dockerfile"
5+
using: "docker"
6+
image: "Dockerfile"
77
branding:
8-
icon:"git-branch"
9-
color:"red"
8+
icon: "git-branch"
9+
color: "red"
1010
inputs:
1111
email:
12-
description:"The commiter email address"
12+
description: "The commiter email address"
1313
required: true
1414
default: ${{ github.actor }}@localhost
1515
name:
16-
description:"The commiter name"
17-
required:true
16+
description: "The commiter name"
17+
required: true
1818
default: ${{ github.actor }}

0 commit comments

Comments
 (0)