Browse Source
ci: update verify files check
ignore empty files
pull/29751/head
xrkffgg
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/verify-files-modify.yml
|
|
@ -9,7 +9,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: verify-version |
|
|
|
uses: actions-cool/verify-files-modify@v1.1.0 |
|
|
|
uses: actions-cool/verify-files-modify@v1.1.1 |
|
|
|
with: |
|
|
|
forbid-paths: '.github/, scripts/' |
|
|
|
skip-verify-authority: 'write' |
|
|
|