Skip to content

Commit a04dfdb

Browse files
committed
fix: submitting typo
1 parent 7e9d423 commit a04dfdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/user_docs/guides/ci-integration/1-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ We need the workflow in the source code repository to automatically trigger the
9494

9595
### 2. Commit the Application Code
9696

97-
After submiting in the `flask-demo` repository, Github will automatically build a container image and push it to the Docker hub. It will also then trigger the Action of the `flask-demo-kcl-manifest` repository and modify the image value in the deployment manifest repository through [KCL Automation API](/docs/user_docs/guides/automation). Now let's create a submission in the `flask-demo` repository, and we can see that the code submission triggers the Github CI process for the application repository.
97+
After submitting in the `flask-demo` repository, Github will automatically build a container image and push it to the Docker hub. It will also then trigger the Action of the `flask-demo-kcl-manifest` repository and modify the image value in the deployment manifest repository through [KCL Automation API](/docs/user_docs/guides/automation). Now let's create a submission in the `flask-demo` repository, and we can see that the code submission triggers the Github CI process for the application repository.
9898

9999
![](/img/docs/user_docs/guides/ci-integration/app-ci.png)
100100

versioned_docs/version-0.5.0/user_docs/guides/ci-integration/1-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ We need the workflow in the source code repository to automatically trigger the
9494

9595
### 2. Commit the Application Code
9696

97-
After submiting in the `flask-demo` repository, Github will automatically build a container image and push it to the Docker hub. It will also then trigger the Action of the `flask-demo-kcl-manifest` repository and modify the image value in the deployment manifest repository through [KCL Automation API](/docs/user_docs/guides/automation). Now let's create a submission in the `flask-demo` repository, and we can see that the code submission triggers the Github CI process for the application repository.
97+
After submitting in the `flask-demo` repository, Github will automatically build a container image and push it to the Docker hub. It will also then trigger the Action of the `flask-demo-kcl-manifest` repository and modify the image value in the deployment manifest repository through [KCL Automation API](/docs/user_docs/guides/automation). Now let's create a submission in the `flask-demo` repository, and we can see that the code submission triggers the Github CI process for the application repository.
9898

9999
![](/img/docs/user_docs/guides/ci-integration/app-ci.png)
100100

0 commit comments

Comments
 (0)