Update check-pr.yml

revert-4113-patch-1
Ivanq 4 years ago committed by GitHub
parent 81e1496610
commit 1babd85424
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/check-pr.yml

@ -1,4 +1,4 @@
name: Check PR modifications name: Do not modify index.md directly, add a file to _data/signed instead
on: on:
pull_request: pull_request:
branches: branches:
@ -9,5 +9,5 @@ jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Return error - name: Throw error
run: echo Test run: echo "Do not modify index.md directly, add a file to _data/signed instead"; exit 1

Loading…
Cancel
Save