fix(github): resolve actionlint and yamllint regressions from #19443 (#20467)

This commit is contained in:
Jerop Kipruto
2026-02-26 14:31:31 -05:00
committed by GitHub
parent ac454bcfbc
commit 020da58327
13 changed files with 69 additions and 69 deletions

View File

@@ -21,4 +21,4 @@ runs:
echo ""//npm.pkg.github.com/:_authToken=${INPUTS_GITHUB_TOKEN}"" >> ~/.npmrc
echo ""@google:registry=https://wombat-dressing-room.appspot.com"" >> ~/.npmrc
env:
INPUTS_GITHUB_TOKEN: ${{ inputs.github-token }}
INPUTS_GITHUB_TOKEN: '${{ inputs.github-token }}'