mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +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