Skip to content

Commit

Permalink
Fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
skodapetr committed May 6, 2024
1 parent 7a8c164 commit 8d2f437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Data Validator is available as Docker image at GitHub registry.
The configuration bellow runs the validator with every push and pull request.
Create an action file (e.g. `.github/workflows/data-validator.yml`) with following content:
```yaml
name: Validator2
name: Validator
on:
push:
pull_request:
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Data validator
uses: datagov-cz/data-validator/github@main
uses: datagov-cz/data-validator/github@master
with:
configuration: file://./.github/workflows/validate-syntax.ttl
```
Expand Down

0 comments on commit 8d2f437

Please sign in to comment.