Skip to content

Commit

Permalink
- added small fixes to action
Browse files Browse the repository at this point in the history
  • Loading branch information
maZahaca committed Nov 9, 2020
1 parent 9a729ec commit 82d44df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Medium Markdown Post"
name: "Medium Post"
description: "Pushes markdown post to medium"
author: "InfraWay"

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "medium-post-markdown",
"name": "post-medium-action",
"version": "1.0.0",
"description": "Github Action for posting markdown based posts to medium.com",
"main": "index.js",
Expand All @@ -15,7 +15,8 @@
"github",
"actions",
"medium",
"markdown"
"markdown",
"blog"
],
"author": "Andrew Red <iam@andrew.red>",
"license": "MIT",
Expand Down

0 comments on commit 82d44df

Please sign in to comment.