File tree 3 files changed +17
-35
lines changed
3 files changed +17
-35
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
tags :
5
5
- v[0-9]+.[0-9]+.[0-9]+
6
+ workflow_dispatch :
7
+ inputs :
8
+ channel :
9
+ type : choice
10
+ description : ' Channel Type'
11
+ required : true
12
+ default : ' unlisted'
13
+ options :
14
+ - listed
15
+ - unlisted
16
+
6
17
jobs :
7
18
sign :
8
19
name : " Release"
@@ -11,19 +22,19 @@ jobs:
11
22
- name : " Checkout"
12
23
uses : actions/checkout@v1
13
24
14
- - name : " web-ext build "
25
+ - name : " Build Extension "
15
26
id : web-ext-build
16
27
uses : kewisch/action-web-ext@v1
17
28
with :
18
29
cmd : build
19
30
source : src
20
31
21
- - name : " web-ext sign "
32
+ - name : " Publish Extension "
22
33
id : web-ext-sign
23
34
uses : kewisch/action-web-ext@v1
24
35
with :
25
36
cmd : sign
26
37
source : ${{ steps.web-ext-build.outputs.target }}
27
- channel : listed
38
+ channel : ${{ inputs.channel || 'unlisted' }}
28
39
apiKey : ${{ secrets.AMO_SIGN_KEY }}
29
40
apiSecret : ${{ secrets.AMO_SIGN_SECRET }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
<img align =" right " width =" 75 " height =" 75 " src =" ./src/icons/deep-dive-96.png " >
2
2
3
3
# Deep Dive
4
+ [ ![ build] ( https://github.com/debanjum/deep-dive/actions/workflows/build.yml/badge.svg )] ( https://github.com/debanjum/deep-dive/actions/workflows/build.yml )
5
+ [ ![ release] ( https://github.com/debanjum/deep-dive/actions/workflows/release.yml/badge.svg )] ( https://github.com/debanjum/deep-dive/actions/workflows/release.yml )
4
6
5
- <a href =" https://github.com/debanjum/deep-dive/actions " ><img src =" https://github.com/debanjum/deep-dive/workflows/Build/badge.svg " ></a >
6
-
7
- A web extension to deep link to any text on the web.
7
+ * A web extension to deep link to any text on the web.*
8
8
9
9
## Install
10
10
- [ Firefox Extension] ( https://addons.mozilla.org/en-US/firefox/addon/deep-dive/ )
You can’t perform that action at this time.
0 commit comments