Merge branch 'master' into patch-2022.10.4

This commit is contained in:
Aleksandr Statciuk 2022-10-26 20:35:57 +03:00 committed by GitHub
commit d92c7506a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 327 additions and 322 deletions

View file

@ -25,6 +25,10 @@ jobs:
- run: CHANNELS_PATH=sites/${{inputs.site}}/*.channels.xml npm run queue:create -- --max-clusters=1 --days=2
- run: NODE_OPTIONS=--insecure-http-parser npm run cluster:load -- --timeout=30000 --cluster-id=1
- run: npm run programs:save
- uses: actions/upload-artifact@v3
with:
name: database
path: scripts/database
- run: npm run guides:update_legacy
- uses: tibdex/github-app-token@v1
if: ${{ !env.ACT }}