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
+1 -1
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 }}'