fix(.github): more workflow tweaks (#44741)
* chore: commit messages * fix: add plugin name
This commit is contained in:
committed by
GitHub
parent
ebc4fa273e
commit
54317be92f
@ -217,7 +217,7 @@ jobs:
|
||||
GH_USERNAME: 'camperbot'
|
||||
GH_EMAIL: ${{ secrets.ACTIONS_CAMPERBOT_EMAIL }}
|
||||
GH_BRANCH: 'i18n-sync-client'
|
||||
GH_MESSAGE: 'This PR was automagically generated by Crowdin.'
|
||||
GH_MESSAGE: 'chore(i18n,client): processed translations'
|
||||
|
||||
# Generate PR #
|
||||
# All languages should go ABOVE this. #
|
||||
|
@ -217,7 +217,7 @@ jobs:
|
||||
GH_USERNAME: 'camperbot'
|
||||
GH_EMAIL: ${{ secrets.ACTIONS_CAMPERBOT_EMAIL }}
|
||||
GH_BRANCH: 'i18n-sync-curriculum'
|
||||
GH_MESSAGE: 'This PR was automagically generated by Crowdin.'
|
||||
GH_MESSAGE: 'chore(i18n,learn): processed translations'
|
||||
|
||||
# Generate PR #
|
||||
# All languages should go ABOVE this. #
|
||||
|
2
.github/workflows/crowdin-download.docs.yml
vendored
2
.github/workflows/crowdin-download.docs.yml
vendored
@ -251,7 +251,7 @@ jobs:
|
||||
GH_USERNAME: 'camperbot'
|
||||
GH_EMAIL: ${{ secrets.ACTIONS_CAMPERBOT_EMAIL }}
|
||||
GH_BRANCH: 'i18n-sync-docs'
|
||||
GH_MESSAGE: 'This PR was automagically generated by Crowdin.'
|
||||
GH_MESSAGE: 'chore(i18n,docs): processed translations'
|
||||
|
||||
# Generate PR #
|
||||
# All languages should go ABOVE this. #
|
||||
|
@ -84,5 +84,6 @@ jobs:
|
||||
CROWDIN_API_URL: 'https://freecodecamp.crowdin.com/api/v2/'
|
||||
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID_CURRICULUM }}
|
||||
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_CAMPERBOT_SERVICE_TOKEN }}
|
||||
PLUGIN: 'unhide-string'
|
||||
FILE_NAME: 'react/use--for-a-more-concise-conditional.md'
|
||||
STRING_CONTENT: 'Use && for a More Concise Conditional'
|
||||
|
Reference in New Issue
Block a user