action-debian-package/action.yml

13 lines
256 B
YAML
Raw Normal View History

2020-03-25 21:27:56 +00:00
name: 'Container Action Template'
description: 'Get started with Container actions'
author: 'GitHub'
inputs:
myInput:
description: 'Input to use'
default: 'world'
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.myInput }}