mirror of
https://github.com/zhigang1992/actions.git
synced 2026-01-13 08:59:40 +08:00
10 lines
262 B
YAML
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' |