mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-06-05 07:46:11 +02:00
Split action, step 2
This commit is contained in:
parent
9cc76cdea7
commit
e0644c97f9
5 changed files with 13 additions and 26608 deletions
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();
|
Loading…
Add table
Add a link
Reference in a new issue