Initial commit
This commit is contained in:
commit
c68af108d8
5 changed files with 49 additions and 0 deletions
12
action.yml
Normal file
12
action.yml
Normal 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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue