Initial import

This commit is contained in:
Chris Patterson
2019-08-03 21:55:35 -04:00
commit fe6c30e25c
5 changed files with 47 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
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 }}