fix(ci): fix all yamllint quoted-strings violations in GitHub Actions and workflows

This commit is contained in:
Bryan Morgan
2026-02-26 14:37:41 -05:00
parent c16b830035
commit 6622ea6c47
12 changed files with 68 additions and 65 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 }}'