[ANSIBLE] Automated PR for dagu-mariadb-bkup-config-check_2025-09-13T08-18-48 - #18 #18

Closed
gitea-sonarqube-bot wants to merge 48 commits from dagu-mariadb-bkup-config-check_2025-09-13T08-18-48 into main
Showing only changes of commit 88109a715b - Show all commits
+1 -1
View File
@@ -82,7 +82,7 @@ jobs:
- name: Validate DAGs
run: |
for dag in $(find ${DAGS_PATH} -type f -name "*.yaml" -a ! -name "*example*"); do
echo -e "\n\n===========Validating ${dag}==========="
echo -e "\n\n===========Validating ${dag}===========\n"
dagu dry "${dag}"
done
echo "exit_code=$status" >> $GITHUB_OUTPUT