mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-10-20 07:08:56 +08:00
Split action, step 2
This commit is contained in:
8
src/post.ts
Normal file
8
src/post.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import * as core from "@actions/core";
|
||||
|
||||
// Invoked by GitHub Actions
|
||||
export async function run() {
|
||||
core.debug("POST Gradle Command Action")
|
||||
}
|
||||
|
||||
run();
|
Reference in New Issue
Block a user