Add action.yml
This commit is contained in:
parent
d1f2c23d1f
commit
cf63086f47
16
action.yml
Normal file
16
action.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# action.yml
|
||||||
|
name: 'Build Tauri App'
|
||||||
|
description: 'Build a tauri application'
|
||||||
|
# inputs:
|
||||||
|
# who-to-greet: # id of input
|
||||||
|
# description: 'Who to greet'
|
||||||
|
# required: true
|
||||||
|
# default: 'World'
|
||||||
|
# outputs:
|
||||||
|
# time: # id of output
|
||||||
|
# description: 'The time we greeted you'
|
||||||
|
runs:
|
||||||
|
using: 'docker'
|
||||||
|
image: 'Dockerfile'
|
||||||
|
# args:
|
||||||
|
# - ${{ inputs.who-to-greet }}
|
||||||
Loading…
x
Reference in New Issue
Block a user