zcong1993-actions-ding/action.yml

13 lines
256 B
YAML
Raw Normal View History

2019-08-26 14:36:42 +08: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 }}