mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-10-20 15:18:56 +08:00
Format
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import * as core from "@actions/core";
|
||||
import * as core from '@actions/core'
|
||||
|
||||
// Invoked by GitHub Actions
|
||||
export async function run() {
|
||||
core.info("POST Gradle Command Action")
|
||||
core.info('POST Gradle Command Action')
|
||||
}
|
||||
|
||||
run();
|
||||
run()
|
||||
|
Reference in New Issue
Block a user