We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c47eae2 commit 4b92d70Copy full SHA for 4b92d70
.github/workflows/sync-en-doc.yaml
@@ -51,6 +51,7 @@ jobs:
51
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
52
BASE_BRANCH="$(echo v$(echo $EMQX_VERSION | awk -F. '{print $1$2}'))"
53
NEW_BRANCH="sync-${EMQX_VERSION}"
54
+ git fetch origin
55
git checkout -b ${NEW_BRANCH} --track origin/${BASE_BRANCH}
56
cp _build/docgen/emqx-enterprise/desc.en.hocon ./
57
git add desc.en.hocon
0 commit comments