1
0
Fork 0
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:
Tobias Kunze 2023-08-28 17:44:22 +02:00
parent d230defaec
commit 95437311e4

View file

@ -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"