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

8 lines
105 B
JavaScript
Raw Normal View History

2023-09-15 10:56:32 -04:00
/**
* The entrypoint for the action.
*/
2025-01-09 17:25:05 -05:00
import { run } from './main'
2023-09-15 10:56:32 -04:00
2025-01-09 17:25:05 -05:00
/* istanbul ignore next */
2023-09-15 10:56:32 -04:00
run()