Skip to content

Commit 9279f7e

Browse files
committed
fix: dealStringToArr lost
1 parent b0710c5 commit 9279f7e

4 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v1.2.2
4+
5+
`2021.05.17`
6+
7+
- fix: dealStringToArr lost.
8+
39
## v1.2.1
410

511
`2021.05.17`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: verify-version
25-
uses: actions-cool/verify-files-modify@v1.2.1
25+
uses: actions-cool/verify-files-modify@v1.2.2
2626
with:
2727
token: ${{ secrets.GITHUB_TOKEN }}
2828
forbid-files: 'action.yml, LICENSE'

dist/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7469,7 +7469,9 @@ run();
74697469
/***/ }),
74707470

74717471
/***/ 6254:
7472-
/***/ ((module) => {
7472+
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
7473+
7474+
const { dealStringToArr } = __nccwpck_require__(55);
74737475

74747476
function doVerifyFile(changeFile, forbidFiles, forbidPaths, allowedFiles, allowedPaths) {
74757477
/**

src/util.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
const { dealStringToArr } = require('actions-util');
2+
13
function doVerifyFile(changeFile, forbidFiles, forbidPaths, allowedFiles, allowedPaths) {
24
/**
35
* changeFile 不允许,返回 true

0 commit comments

Comments
 (0)