canastro / copy-action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

copy files and artifacts via SSH as below.

name: copy files
on: [push]
jobs:

  build:
    name: Build
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@master
    - name: copy file
      uses: canastro/copy-file-action@master
      with:
        source: "tests/a.txt"
        target: "test-a.txt"

About


Languages

Language:Dockerfile 91.0%Language:Shell 9.0%