fix(.github): more workflow tweaks (#44741)

* chore: commit messages

* fix: add plugin name
This commit is contained in:
Nicholas Carrigan (he/him)
2022-01-10 06:38:40 -08:00
committed by GitHub
parent ebc4fa273e
commit 54317be92f
4 changed files with 4 additions and 3 deletions

View File

@ -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. #

View File

@ -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. #

View File

@ -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. #

View File

@ -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'