Skip to content

bungabear/synology_upload_action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run

name: Test CI

on:
  push:
    branches: [ master ]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - name: Make test file
      run: echo "${{ github.sha }}" > test.txt
    - name: Test upload
      uses: bungabear/synology_upload_action@master
      with:
        host:  ${{ secrets.synologyHost }}
        username:  ${{ secrets.synologyUsername }}
        password:  ${{ secrets.synologyPassword }}
        filepath: test.txt
        filename:  synology_upload_test.txt
        uploadpath: /home/share
        overwrite: true
        createparent: true

How to build

npm install
npx webpack

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages