Skip to content
cloud

GitHub Action

Setup qiniu qshell environment

v5 Latest version

Setup qiniu qshell environment

cloud

Setup qiniu qshell environment

Setup a qshell and add it to the PATH

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup qiniu qshell environment

uses: foxundermoon/setup-qshell@v5

Learn more about this action in foxundermoon/setup-qshell

Choose a version

setup-node

GitHub Actions status

添加七牛 qshell到PATH下面

Usage

name: qhsell demo
on: [push]
jobs:
  run:
    name: Run qshell
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@master
    - name: Setup qshell
      uses: foxundermoon/setup-qshell@v5
      with:
        version: '2.6.2'
    - name: test qshell
      run: qshell version

License

The scripts and documentation in this project are released under the MIT License

Contributions

Contributions are welcome! See Contributor's Guide