We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7458f67 commit cce25a4Copy full SHA for cce25a4
1 file changed
.github/workflows/datamodel-doc.yml
@@ -72,7 +72,7 @@ jobs:
72
# confused when multiple repos are checked out.
73
GH_TOKEN=${{ secrets.GITHUB_TOKEN }} gh pr create -B \
74
AliceO2Group:master -H alibuild:auto-datamodel-doc \
75
- --no-maintainer-edit -t 'Automatic data model update' -b 'This update \
+ --no-maintainer-edit -t 'Automatic data model update' -b "This update \
76
to the data model documentation was automatically created from \
77
- tonight's O2 dev branch.' || true
+ tonight's O2 dev branch." || true
78
# If the PR already exists, hub fails, but we've just force-pushed, so we don't need a new PR.
0 commit comments