Skip to content

onepeerlabs/fdfs

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

Repository files navigation

⚙️ fdfs

About

This action uploads file/build artifacts to a fairOS pod

This action can be run on ubuntu-latest, windows-latest, and macos-latest GitHub Actions runners.

Usage

steps:
- uses: onepeerlabs/fdfs@v0.0.9
  with:
    version:
      0.9.2
    path:
      build/*
  env:
    BEE: ${{secrets.BEE}}
    RPC: ${{secrets.RPC}}
    STAMP: ${{secrets.STAMP}}
    USER_NAME: ${{secrets.USER_NAME}}
    PASSWORD: ${{secrets.PASSWORD}}
    POD: ${{secrets.POD}}
    ROOT: ${{secrets.ROOT}}

Inputs

The actions supports the following inputs:

  • version: The version of fairOS-dfs to install, defaulting to 0.9.2
  • path: which files to upload to the pod

License

MIT.