mirror of
https://github.com/canastro/copy-action.git
synced 2024-11-23 15:03:51 +08:00
14 lines
254 B
YAML
14 lines
254 B
YAML
|
name: 'Copy file'
|
||
|
description: 'Copy local files'
|
||
|
author: 'Ricardo Canastro'
|
||
|
inputs:
|
||
|
source:
|
||
|
description: 'Source file'
|
||
|
target:
|
||
|
description: 'Target file'
|
||
|
runs:
|
||
|
using: 'docker'
|
||
|
image: 'Dockerfile'
|
||
|
branding:
|
||
|
icon: 'copy'
|
||
|
color: 'green'
|