Skip to content

Commit a6cbaae

Browse files
committed
Initial messing around
1 parent 18c5e2c commit a6cbaae

6 files changed

Lines changed: 10658 additions & 83 deletions

File tree

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: 'Your name here'
22
description: 'Provide a description here'
33
author: 'Your name or organization here'
44
inputs:
5-
milliseconds: # change this
5+
path: # change this
66
required: true
7-
description: 'input description here'
8-
default: 'default value if applicable'
7+
description: 'path to your app build.gradle'
8+
default: 'app/build.gradle'
99
runs:
1010
using: 'node12'
1111
main: 'dist/index.js'

dist/index.js

Lines changed: 34 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)