Skip to content

Commit

Permalink
[Sync] Updated commit message (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored Feb 7, 2024
1 parent bb9aa30 commit 4d60a2c
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/sync-sf-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,7 @@ jobs:
- name: Generate data files
id: generate_data
run: |
php .github/sync-translations.php
echo "This is debug code" > report.txt
date +%s >> report.txt
run: php .github/sync-translations.php

- name: Check for changes
id: check_changes
Expand All @@ -68,7 +64,18 @@ jobs:
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
delete-branch: true
commit-message: "Sync translations"
author: "carsonbot <41898282+github-actions[bot]@users.noreply.github.com>"
push-to-fork: carsonbot/symfony
title: 'Sync translations across all languages'
body: |
We just added new English translations. This PR make sure to add them to all other languages.
-------
This PR was automatically generated by the Carsonbot. It ran the following command:
```bash
php .github/sync-translations.php
```
See workflow in [here](https://github.com/symfony-tools/symfony-translation-checker/blob/master/.github/workflows/sync-sf-translations.yml).

0 comments on commit 4d60a2c

Please sign in to comment.