Merge branch 'master' of github.com:actions/hello-world-action

This commit is contained in:
Rachael Sewell
2019-08-03 18:37:12 -07:00
3 changed files with 2 additions and 1 deletions

View File

@ -11,4 +11,4 @@ outputs:
description: 'The time we we greeted you'
runs:
using: 'node12'
main: 'lib/hello-world.js'
main: 'index.js'

View File

@ -1,4 +1,5 @@
const core = require('@actions/core');
const github = require('@actions/core');
async function run() {
try {

BIN
node_modules/@actions/.DS_Store generated vendored

Binary file not shown.