test-devops/src/index.js
xiaohei 56f304c8ef
Some checks failed
Docker Build / Build and push docker image (push) Failing after 0s
自定义actions
2025-02-15 15:59:26 +08:00

7 lines
104 B
JavaScript

/**
* The entrypoint for the action.
*/
import { run } from './main'
/* istanbul ignore next */
run()