Skip to content

Commit aff040d

Browse files
committed
add branding
1 parent 5a4b352 commit aff040d

File tree

2 files changed

+5
-20
lines changed

2 files changed

+5
-20
lines changed

README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<a href="https://github.com/foxundermoon/setup-qshell"><img alt="GitHub Actions status" src="https://github.com/foxundermoon/setup-qshell/workflows/Main%20workflow/badge.svg"></a>
55
</p>
66

7-
添加七牛 qshell到PATH下面
7+
添加七牛 [qshell](https://github.com/qiniu/qshell)到PATH下面
88

99

1010
# Usage
@@ -27,25 +27,6 @@ jobs:
2727
run: qshell version
2828
```
2929
30-
Matrix Testing:
31-
```yaml
32-
jobs:
33-
build:
34-
runs-on: ubuntu-16.04
35-
strategy:
36-
matrix:
37-
node: [ '10', '8' ]
38-
name: Node ${{ matrix.node }} sample
39-
steps:
40-
- uses: actions/checkout@v1
41-
- name: Setup node
42-
uses: actions/setup-node@v1
43-
with:
44-
node-version: ${{ matrix.node }}
45-
- run: npm install
46-
- run: npm test
47-
```
48-
4930
# License
5031
5132
The scripts and documentation in this project are released under the [MIT License](LICENSE)

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ inputs:
99
runs:
1010
using: 'node12'
1111
main: 'lib/setup-qshell.js'
12+
13+
branding:
14+
icon: 'cloud'
15+
color: 'green'

0 commit comments

Comments
 (0)