mirror of
https://github.com/MatomoCamp/pretalx.git
synced 2024-09-09 05:13:44 +02:00
Fix workflow, ! is a special character in yml
This commit is contained in:
parent
d230defaec
commit
95437311e4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/style.yml
vendored
2
.github/workflows/style.yml
vendored
|
@ -100,4 +100,4 @@ jobs:
|
|||
run: 'djhtml pretalx/'
|
||||
working-directory: ./src
|
||||
- name: Make sure we always use trimmed translation strings
|
||||
run: ! git grep " blocktranslate " | grep -v trimmed
|
||||
run: "! git grep ' blocktranslate ' | grep -v trimmed"
|
||||
|
|
Loading…
Reference in a new issue