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
@@ -55,7 +55,7 @@ runs:
REF_NAME="${INPUTS_REF_NAME}"
echo "name=${REF_NAME%/merge}" >> $GITHUB_OUTPUT
env:
INPUTS_REF_NAME: ${{ inputs.ref-name }}
INPUTS_REF_NAME: '${{ inputs.ref-name }}'
- name: 'Build and Push the Docker Image'
uses: 'docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83' # ratchet:docker/build-push-action@v6
with: