From 7a1eb62302f64ba95ad45a2ffef9879fd809ecc4 Mon Sep 17 00:00:00 2001 From: Sergio Date: Thu, 18 Jul 2024 09:26:24 +0200 Subject: [PATCH] Fix typo --- .github/workflows/datamodel-doc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/datamodel-doc.yml b/.github/workflows/datamodel-doc.yml index 41a181b490029..0146fbd35fe46 100644 --- a/.github/workflows/datamodel-doc.yml +++ b/.github/workflows/datamodel-doc.yml @@ -72,7 +72,7 @@ jobs: # confused when multiple repos are checked out. GH_TOKEN=${{ secrets.GITHUB_TOKEN }} gh pr create -B \ AliceO2Group:master -H alibuild:auto-datamodel-doc \ - --no-maintainer-edit -t 'Automatic data model update' -b 'This update \ + --no-maintainer-edit -t 'Automatic data model update' -b "This update \ to the data model documentation was automatically created from \ - tonight's O2 dev branch.' || true + tonight's O2 dev branch." || true # If the PR already exists, hub fails, but we've just force-pushed, so we don't need a new PR.