gradle-build-action/src/post.ts
Paul Merlin 6cee865aea Lint
2020-06-13 13:58:25 +02:00

9 lines
166 B
TypeScript

import * as core from '@actions/core'
// Invoked by GitHub Actions
export async function run(): Promise<void> {
core.info('POST Gradle Command Action')
}
run()