Skip to content

Commit 3d2c363

Browse files
committed
Add action.yml metadata file
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent c7769df commit 3d2c363

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

action.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: 'Deploy WordPress'
2+
description: 'Deploy WordPress code to a server'
3+
author: 'rtCamp'
4+
runs:
5+
using: 'docker'
6+
image: 'Dockerfile'
7+
branding:
8+
icon: 'upload-cloud'
9+
color: 'yellow'

0 commit comments

Comments
 (0)