forked from home-assistant/core
Fix issue with quotes (#50571)
This commit is contained in:
2
.github/workflows/translations.yaml
vendored
2
.github/workflows/translations.yaml
vendored
@@ -35,7 +35,7 @@ jobs:
|
|||||||
download:
|
download:
|
||||||
name: Download
|
name: Download
|
||||||
needs: upload
|
needs: upload
|
||||||
if: github.event_name == 'schedule' || github.event_name == "workflow_dispatch"
|
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
|
Reference in New Issue
Block a user