Skip to content

Commit cce25a4

Browse files
authored
GitHub Action: Fix typo (#13312)
1 parent 7458f67 commit cce25a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/datamodel-doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# confused when multiple repos are checked out.
7373
GH_TOKEN=${{ secrets.GITHUB_TOKEN }} gh pr create -B \
7474
AliceO2Group:master -H alibuild:auto-datamodel-doc \
75-
--no-maintainer-edit -t 'Automatic data model update' -b 'This update \
75+
--no-maintainer-edit -t 'Automatic data model update' -b "This update \
7676
to the data model documentation was automatically created from \
77-
tonight's O2 dev branch.' || true
77+
tonight's O2 dev branch." || true
7878
# If the PR already exists, hub fails, but we've just force-pushed, so we don't need a new PR.

0 commit comments

Comments
 (0)