From 04af11919c80abec9bb6da9d0f45646e9b211c53 Mon Sep 17 00:00:00 2001 From: fcaffieri Date: Tue, 30 Jun 2026 13:35:28 -0300 Subject: [PATCH] Remove md report of fixes --- cambios_comillas.md | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 cambios_comillas.md diff --git a/cambios_comillas.md b/cambios_comillas.md deleted file mode 100644 index 9f7df4bf..00000000 --- a/cambios_comillas.md +++ /dev/null @@ -1,43 +0,0 @@ - -## wazuh-docker -Archivo: `.github/workflows/5_check_integration_tools.yml` -Step: **"Resolve context"** (job `prepare`) - -A partir de la línea **179**, cambiar: - -```yaml - echo "pr_head_ref=${{ needs.get_pr_info.outputs.pr_head_ref }}" >> $GITHUB_OUTPUT - echo "deployment_matrix=${{ needs.get_pr_info.outputs.deployment_matrix }}" >> $GITHUB_OUTPUT -``` - -por: - -```yaml - echo 'pr_head_ref=${{ needs.get_pr_info.outputs.pr_head_ref }}' >> $GITHUB_OUTPUT - echo 'deployment_matrix=${{ needs.get_pr_info.outputs.deployment_matrix }}' >> $GITHUB_OUTPUT -``` - ---- - -## wazuh-ansible -Archivo: `.github/workflows/5_check_integration_tools.yaml` -Step: **"Resolve context"** (job `prepare`) - -A partir de la línea **216**, cambiar: - -```yaml - echo "pr_head_ref=${{ needs.get_pr_info.outputs.pr_head_ref }}" >> $GITHUB_OUTPUT - echo "deployment_matrix=${{ needs.get_pr_info.outputs.deployment_matrix }}" >> $GITHUB_OUTPUT -``` - -por: - -```yaml - echo 'pr_head_ref=${{ needs.get_pr_info.outputs.pr_head_ref }}' >> $GITHUB_OUTPUT - echo 'deployment_matrix=${{ needs.get_pr_info.outputs.deployment_matrix }}' >> $GITHUB_OUTPUT -``` - -(Las 4 líneas siguientes del mismo `else` — `os_list`, `environment`, `commit_list`, -`issue_url` — no se tocan, ya están bien.) - ---- \ No newline at end of file