Setup qiniu qshell environment
ActionsTags
(1)添加七牛 qshell到PATH下面
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
The scripts and documentation in this project are released under the MIT License
Contributions are welcome! See Contributor's Guide
Setup qiniu qshell environment is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.