fix: address crowdin issues (#41517)

This commit is contained in:
Nicholas Carrigan (he/him)
2021-03-18 08:31:05 -07:00
committed by GitHub
parent 4ea2ad881b
commit 8305cad79a
2 changed files with 3 additions and 3 deletions

View File

@ -90,7 +90,7 @@ jobs:
run: | run: |
cd ./crowdin cd ./crowdin
npm ci npm ci
# Generate PR - all languages should go ABOVE this. # # Generate PR - all languages should go ABOVE this. #
- name: Create PR - name: Create PR
uses: ./tools/crowdin/actions/pr-creator uses: ./tools/crowdin/actions/pr-creator
@ -99,7 +99,7 @@ jobs:
branch: 'i18n-sync-curriculum' branch: 'i18n-sync-curriculum'
owner-repo: 'freeCodeCamp/freeCodeCamp' owner-repo: 'freeCodeCamp/freeCodeCamp'
base: 'main' base: 'main'
title: 'chore(i18n,curiculum): processed translations' title: 'chore(i18n,curriculum): processed translations'
body: 'This PR was opened auto-magically by Crowdin.' body: 'This PR was opened auto-magically by Crowdin.'
labels: 'crowdin-sync' labels: 'crowdin-sync'
reviewers: 'RandellDawson, nhcarrigan' reviewers: 'RandellDawson, nhcarrigan'

View File

@ -821,7 +821,7 @@ deployed on each instance like so:
Are you sure you want to continue? [y/N] y Are you sure you want to continue? [y/N] y
``` ```
Select yes (y) to remove everything that is not in use. Select yes (y) to remove everything that is not in use. This will remove all stopped containers, all networks and volumes not used by at least one container, and all dangling images and build caches.
## Updating Node.js versions on VMs ## Updating Node.js versions on VMs