gradle-build-action/src/post.ts
Paul Merlin a31de8476d Format
2020-06-13 13:44:30 +02:00

9 lines
151 B
TypeScript

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