mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-04-05 14:09:39 +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'
|
||||
runs:
|
||||
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 github = require('@actions/core');
|
||||
|
||||
async function run() {
|
||||
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