Merge branch 'master' of github.com:actions/hello-world-action
This commit is contained in:
+1
-1
@@ -11,4 +11,4 @@ outputs:
|
|||||||
description: 'The time we we greeted you'
|
description: 'The time we we greeted you'
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: 'lib/hello-world.js'
|
main: 'index.js'
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
const core = require('@actions/core');
|
const core = require('@actions/core');
|
||||||
|
const github = require('@actions/core');
|
||||||
|
|
||||||
async function run() {
|
async function run() {
|
||||||
try {
|
try {
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user