mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-12-16 23:26:47 +00:00
Convert to use src and dist paths
This commit is contained in:
6
src/index.js
Normal file
6
src/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* The entrypoint for the action.
|
||||
*/
|
||||
const { run } = require('./main')
|
||||
|
||||
run()
|
||||
Reference in New Issue
Block a user