Files
actions/github-deploystatus/action.yml
2019-08-20 09:35:07 +02:00

10 lines
262 B
YAML

name: 'CircleCI Download'
description: 'Downloads the latest artifact for a branch from CircleCI'
author: 'Unacast'
inputs:
state:
description: 'State of the deployment, use success or failure'
default: ''
runs:
using: 'node12'
main: 'lib/main.js'