Skip to content

Commit

Permalink
Prepare for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
silverlyra committed May 1, 2023
1 parent ab21136 commit 1c1a77e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: 'JavaScript action'
description: 'Run a JavaScript snippet within a GitHub workflow'
author: 'Lyra Naeseth'
branding:
icon: code
color: blue
inputs:
script:
description: The script to run (or a script filename)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-script-action",
"version": "0.0.1",
"version": "0.0.2",
"description": "GitHub Action for running inline JavaScript snippets",
"author": "Lyra Naeseth <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -57,4 +57,4 @@
"vite": "^4.3.3",
"vite-plugin-dts": "^2.3.0"
}
}
}

0 comments on commit 1c1a77e

Please sign in to comment.