mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-06-07 16:56:12 +02:00
Format
This commit is contained in:
parent
b2c379621c
commit
a31de8476d
8 changed files with 148 additions and 159 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue