Skip to content

Commit b24d52d

Browse files
dukecat0webknjaz
andauthored
Use failure()
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
1 parent 9c1f339 commit b24d52d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/translation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
git commit -m "Update messages.pot ${git_hash}" locales/messages.pot
3131
3232
- name: Check on failures
33-
if: ${{job.status == 'failure'}}
33+
if: failure()
3434
run: echo "No Changes!"
3535

3636
- name: Push changes

0 commit comments

Comments
 (0)