Browse Source

ci: update verify files check

ignore empty files
pull/29751/head
xrkffgg 4 years ago
committed by GitHub
parent
commit
8633d9b0e4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/verify-files-modify.yml

2
.github/workflows/verify-files-modify.yml

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: verify-version - name: verify-version
uses: actions-cool/verify-files-modify@v1.1.0 uses: actions-cool/verify-files-modify@v1.1.1
with: with:
forbid-paths: '.github/, scripts/' forbid-paths: '.github/, scripts/'
skip-verify-authority: 'write' skip-verify-authority: 'write'

Loading…
Cancel
Save