mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
ci: Double-quote variables in GitHub Actions
This is best practice for shell scripts. Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
This commit is contained in:
committed by
Bo Chen
parent
9d47769bc2
commit
23e139c0f8
2
.github/workflows/gitlint.yaml
vendored
2
.github/workflows/gitlint.yaml
vendored
@@ -22,4 +22,4 @@ jobs:
|
||||
pip install --upgrade gitlint
|
||||
- name: Lint git commit messages
|
||||
run: |
|
||||
gitlint --commits origin/$GITHUB_BASE_REF..
|
||||
gitlint --commits "origin/$GITHUB_BASE_REF.."
|
||||
|
||||
Reference in New Issue
Block a user