Files
msvc-dev-cmd/index.js
T
ilammy 3fdf9b2e34 Initial action stub
Now that I know how to write some simple action, let's make a stub
more complete. For example, I already know what inputs I would like
to handle for this action.
2019-10-01 22:15:47 +03:00

7 lines
145 B
JavaScript

const core = require('@actions/core')
async function main() {
}
main().catch(() => core.setFailed('could not setup Developer Command Prompt'))