refactor(actions): remove checkout from sub-actions (#11219)

This commit is contained in:
matt korwel
2025-10-15 13:11:56 -07:00
committed by GitHub
parent 2e6d69c9c8
commit 7bed302f21
6 changed files with 21 additions and 31 deletions

View File

@@ -62,4 +62,4 @@ jobs:
cli-package-name: '${{ vars.CLI_PACKAGE_NAME }}'
core-package-name: '${{ vars.CORE_PACKAGE_NAME }}'
a2a-package-name: '${{ vars.A2A_PACKAGE_NAME }}'
ref: '${{ github.ref }}'
working-directory: '.'

View File

@@ -75,7 +75,7 @@ jobs:
- name: 'Setup Node.js'
uses: 'actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020'
with:
node-version-file: '.nvmrc'
node-version-file: './release/.nvmrc'
cache: 'npm'
- name: 'Install Dependencies'

View File

@@ -44,7 +44,7 @@ jobs:
with:
npm-package: '${{vars.CLI_PACKAGE_NAME}}@${{github.event.inputs.npm-tag}}'
expected-version: '${{github.event.inputs.version}}'
ref: '${{github.ref}}'
working-directory: '.'
gemini_api_key: '${{ secrets.GEMINI_API_KEY }}'
npm-registry-url: '${{ vars.NPM_REGISTRY_URL }}'
github-token: '${{ secrets.GITHUB_TOKEN }}'