mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-04-05 05:59:40 +00:00
7 lines
83 B
JavaScript
7 lines
83 B
JavaScript
/**
|
|
* The entrypoint for the action.
|
|
*/
|
|
const { run } = require('./main')
|
|
|
|
run()
|