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 48edb0f728
commit d887c28e43
13 changed files with 69 additions and 69 deletions
+1 -1
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 }}'