Add example workflow

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2021-03-30 22:45:50 +05:30
parent 565d575198
commit 1b6468c894
10 changed files with 68 additions and 196 deletions

View file

@ -14,6 +14,12 @@ inputs:
password:
description: 'Password or personal access token used to log against the Docker registry'
required: false
logout:
description: 'Set to true if you want to logout once the workflows completes'
required: false
default: 'false'
runs:
using: 'node12'
main: 'dist/index.js'
post: 'dist/index.js'