Created
September 8, 2019 07:45
-
-
Save yanzay/9c5c781aafc8fd04cd0a96ea7896eee8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment