Skip to content

Commit

Permalink
deps: action-web-ext
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed Jul 19, 2023
1 parent b16808d commit 07d1c5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_webext-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:

- name: "web-ext build"
id: web-ext-build
uses: kewisch/action-web-ext@v1
uses: kewisch/action-web-ext@41d7f1231e17976386937cdc01a479f7c79c3c2a
with:
cmd: build
source: .
filename: "{name}-{version}.zip"

- name: "web-ext sign"
id: web-ext-sign
uses: kewisch/action-web-ext@v1
uses: kewisch/action-web-ext@41d7f1231e17976386937cdc01a479f7c79c3c2a
with:
cmd: sign
source: ${{ steps.web-ext-build.outputs.target }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_webext-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v3

- name: "web-ext lint"
uses: kewisch/action-web-ext@v1
uses: kewisch/action-web-ext@41d7f1231e17976386937cdc01a479f7c79c3c2a
with:
cmd: lint
source: .
Expand Down

0 comments on commit 07d1c5f

Please sign in to comment.