iamazy / download-action

Use Github Action to download everything

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download Action

Use Github Action to download the file, and upload them to the corresponding Github repository, supportHttp,Https,Ftp,Ftps,BitTorrentprotocols.

Usage

on: push
jobs:
  wget:
    runs-on: ubuntu-latest
    steps:
    - name: clone repository
      uses: actions/checkout@v2
    - name: download
      uses: iamazy/download-action@main
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
      with:
        url: 'https://github.com/dreamnettech/waifu2x-chainer/releases/download/v0.1.0/waifu2x-v0.1.0-macos-cpuonly.7z 
              magnet:?xt=urn:btih:KRWPCX3SJUM4IMM4YF5RPHL6ANPYTQPU'
        actor: ${{ github.actor }}
        repo: ${{ github.repository }}

About

Use Github Action to download everything

License:Apache License 2.0


Languages

Language:Shell 60.8%Language:Dockerfile 39.2%