Files
2023-09-15 10:56:32 -04:00

7 lines
83 B
JavaScript

/**
* The entrypoint for the action.
*/
const { run } = require('./main')
run()