mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-12-14 13:46:54 +00:00
Merge branch 'master' of github.com:actions/hello-world-action
This commit is contained in:
@@ -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
index.js
1
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
node_modules/@actions/.DS_Store
generated
vendored
BIN
node_modules/@actions/.DS_Store
generated
vendored
Binary file not shown.
Reference in New Issue
Block a user