Updated name of package.
This commit is contained in:
10
README.md
10
README.md
@@ -1,3 +1,9 @@
|
||||
# Node 12 Template Action
|
||||
# @actions/setup-go
|
||||
|
||||
To get started, click the `Use this template` button on this repository [which will create a new repository based on this template](https://github.blog/2019-06-06-generate-new-repositories-with-repository-templates/).
|
||||
# License
|
||||
|
||||
The scripts and documentation in this project are released under the [MIT License](LICENSE)
|
||||
|
||||
# Contributions
|
||||
|
||||
Contributions are welcome! See [Contributor's Guide](docs/contributors.md)
|
||||
10
action.yml
10
action.yml
@@ -1,10 +1,10 @@
|
||||
name: 'Node 12 Template Action'
|
||||
description: 'Get started with Node actions'
|
||||
name: 'Setup Ruby for use with actions'
|
||||
description: 'Setup a Ruby environment and add it to the PATH'
|
||||
author: 'GitHub'
|
||||
inputs:
|
||||
myInput:
|
||||
description: 'Input to use'
|
||||
default: 'world'
|
||||
version:
|
||||
description: 'The Ruby version to use. Defaults to >= 2.4'
|
||||
default: '>= 2.4'
|
||||
runs:
|
||||
using: 'node'
|
||||
main: 'lib/main.js'
|
||||
10
package.json
10
package.json
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "node12-template-action",
|
||||
"version": "0.0.0",
|
||||
"name": "setup-ruby",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"description": "Node 12 template action",
|
||||
"description": "setup ruby action",
|
||||
"main": "lib/main.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
@@ -12,11 +12,11 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/actions/start-vm-action.git"
|
||||
"url": "git+https://github.com/actions/setup-ruby.git"
|
||||
},
|
||||
"keywords": [
|
||||
"actions",
|
||||
"node",
|
||||
"ruby",
|
||||
"setup"
|
||||
],
|
||||
"author": "GitHub",
|
||||
|
||||
Reference in New Issue
Block a user