Initial commit

This commit is contained in:
Ahmad Husen
2021-05-14 21:23:11 +07:00
commit 0b27d17177
6 changed files with 50 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 }}