Skip to content

Commit aec1f1d

Browse files
committed
Update workflow: make yq mandatory in CI (not optional)
1 parent 63ec10a commit aec1f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/config-sync-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626

27-
- name: Install yq (optional, script has fallback)
27+
- name: Install yq
2828
run: |
2929
sudo wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64
3030
sudo chmod +x /usr/local/bin/yq

0 commit comments

Comments
 (0)