tauri-build/action.yml
Jonas Kruckenberg 3af9f0e188 Initial commit
2022-05-06 08:56:44 +02:00

12 lines
296 B
YAML

name: 'Your name here'
description: 'Provide a description here'
author: 'Your name or organization here'
inputs:
milliseconds: # change this
required: true
description: 'input description here'
default: 'default value if applicable'
runs:
using: 'node16'
main: 'dist/index.js'