17 lines
371 B
YAML
Raw Permalink Normal View History

2025-03-17 20:45:20 -04:00
# 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 }}