Skip to content

Commit 0e91ba1

Browse files
authored
Merge pull request #3181 from emqx/20250926-fix-ci
ci: fix update-api-and-cfg-manual workflow
2 parents b58734b + 59f25cd commit 0e91ba1

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/update-api-and-cfg-manual.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -53,22 +53,6 @@ jobs:
5353
github-token: ${{ steps.app-token.outputs.token }}
5454
merge-multiple: true
5555

56-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
57-
if: github.event.inputs.docker_pull == false
58-
with:
59-
name: "emqx-docker"
60-
repository: ${{ env.REPOSITORY }}
61-
run-id: ${{ env.RUN_ID }}
62-
github-token: ${{ secrets.PAT_RO_WORKFLOWS }}
63-
64-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
65-
if: github.event.inputs.docker_pull == false
66-
with:
67-
name: "emqx-enterprise-docker"
68-
repository: ${{ env.REPOSITORY }}
69-
run-id: ${{ env.RUN_ID }}
70-
github-token: ${{ secrets.PAT_RO_WORKFLOWS }}
71-
7256
- name: Create PR to update api docs and config manual
7357
env:
7458
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)