Update build-internal-image.yml

This commit is contained in:
chenos 2025-04-18 15:14:31 +08:00 committed by GitHub
parent deb85d30bd
commit 727c3fd17a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,9 +53,6 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
ref: ${{ inputs.ref_name || github.ref_name }} ref: ${{ inputs.ref_name || github.ref_name }}
- name: yarn install
run: |
yarn install
- name: Checkout pro-plugins - name: Checkout pro-plugins
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with: