Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Metadata changes
  • Loading branch information
Danny McCormick committed Jun 19, 2019
1 parent cd176c6 commit cef575c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions action.yml
@@ -1,10 +1,10 @@
name: 'Setup Node.js for use with actions'
description: 'Setup a Node.js environment and add it to the PATH, additionally providing proxy support'
name: 'Setup Go for use with actions'
description: 'Setup a Go environment and add it to the PATH, additionally providing proxy support'
author: 'GitHub'
inputs:
version:
description: 'Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0'
default: '10.x'
runs:
using: 'node'
main: 'lib/setup-node.js'
main: 'lib/setup-go.js'
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -2,8 +2,8 @@
"name": "setup-go",
"version": "0.1.0",
"private": true,
"description": "setup node action",
"main": "lib/setup-node.js",
"description": "setup go action",
"main": "lib/setup-go.js",
"scripts": {
"build": "tsc",
"format": "prettier --write **/*.ts",
Expand All @@ -12,11 +12,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/setup-node.git"
"url": "git+https://github.com/actions/setup-go.git"
},
"keywords": [
"actions",
"node",
"go",
"setup"
],
"author": "GitHub",
Expand Down

0 comments on commit cef575c

Please sign in to comment.