Go to file
Ricardo Canastro 84a678cc67
use alpine:latest (#1)
* use alpine:latest

* change entrypoint

* change script

* fix typo
2020-01-04 10:21:36 +00:00
.github/workflows 🎉 create repo 2020-01-04 08:27:56 +00:00
tests 🎉 create repo 2020-01-04 08:27:56 +00:00
.editorconfig 🎉 create repo 2020-01-04 08:27:56 +00:00
action.yml 🎉 create repo 2020-01-04 08:27:56 +00:00
Dockerfile use alpine:latest (#1) 2020-01-04 10:21:36 +00:00
entrypoint use alpine:latest (#1) 2020-01-04 10:21:36 +00:00
README.md 🎉 create repo 2020-01-04 08:27:56 +00:00

Usage

copy files and artifacts via SSH as blow.

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"