Files
hello-world-javascript-action/src/index.js

7 lines
83 B
JavaScript
Raw Normal View History

2023-09-15 10:56:32 -04:00
/**
* The entrypoint for the action.
*/
const { run } = require('./main')
run()