Skip to content

Commit d4a4da1

Browse files
authored
[5.4] update translation pull request action (#46153)
* fix time comment * fix syntax error
1 parent ad68ade commit d4a4da1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/create-translation-pull-request-v4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
schedule:
10-
# Run daily at 7:26
10+
# Run daily at 7:27
1111
- cron: '27 7 * * *'
1212

1313
permissions:

.github/workflows/create-translation-pull-request-v5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
contents: write # for Git to git push
2424
runs-on: ubuntu-latest
2525
# Only run this action the translation-bot repository in the relevant translation branch
26-
if: ${{ github.repository == 'joomla-translation-bot/joomla-cms' && github.ref == 'refs/heads/translation5'
26+
if: ${{ github.repository == 'joomla-translation-bot/joomla-cms' && github.ref == 'refs/heads/translation5' }}
2727

2828
steps:
2929
- uses: actions/checkout@v3

.github/workflows/create-translation-pull-request-v6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
contents: write # for Git to git push
2424
runs-on: ubuntu-latest
2525
# Only run this action the translation-bot repository in the relevant translation branch
26-
if: ${{ github.repository == 'joomla-translation-bot/joomla-cms' && github.ref == 'refs/heads/translation6'
26+
if: ${{ github.repository == 'joomla-translation-bot/joomla-cms' && github.ref == 'refs/heads/translation6' }}
2727

2828
steps:
2929
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)