Skip to content

Commit c4b9ea7

Browse files
authored
Fix action parsing webhook (#18)
* Fix parsing webhook request * Build new version * Release patch version
1 parent 6671284 commit c4b9ea7

File tree

7 files changed

+539
-5166
lines changed

7 files changed

+539
-5166
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ Security - in case of vulnerabilities.
1818

1919
_TBD_
2020

21+
## [1.1.1] 2020-09-08
22+
23+
### Fixed
24+
25+
- Fixed the parsing webhook payload - missing `after` key.
26+
2127
## [1.1.0] 2020-03-02
2228

2329
### Added

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: npm test
5050

5151
- name: Monitor coverage
52-
uses: slavcodev/[email protected].0
52+
uses: slavcodev/[email protected].1
5353
with:
5454
github_token: ${{ secrets.GITHUB_TOKEN }}
5555
clover_file: "logs/clover.xml"

0 commit comments

Comments
 (0)