🐞 fix: Add no confirmation to apt command
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-06-17 12:08:12 -05:00
parent 8bd5fd97ee
commit dde77bc022
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Install rsync
run: |
apt-get update
apt-get install rsync
apt-get -y install rsync
- name: Checkout code
uses: actions/checkout@v6