feat(1.88): update patches (#1839)

This commit is contained in:
Baptiste Augrain
2024-04-04 23:14:54 +02:00
committed by GitHub
parent e4b7667390
commit 97bd0850e2
19 changed files with 244 additions and 247 deletions

View File

@@ -9,6 +9,9 @@ on:
generate_assets:
type: boolean
description: Generate assets
checkout_pr:
type: string
description: Checkout PR
repository_dispatch:
types: [stable]
push:
@@ -53,9 +56,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.11'
if: env.VSCODE_ARCH == 'x64'
- name: Clone VSCode repo
env:
PULL_REQUEST_ID: ${{ github.event.inputs.checkout_pr }}
run: . get_repo.sh
- name: Check PR or cron