mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 10:52:33 +08:00
update openim environment and status
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
parent
0c17eb6033
commit
f56e5aa9b3
25
.github/workflows/openimci.yml
vendored
25
.github/workflows/openimci.yml
vendored
@ -286,20 +286,17 @@ jobs:
|
|||||||
sudo docker images > docker_images.txt
|
sudo docker images > docker_images.txt
|
||||||
sudo docker ps > docker_containers.txt
|
sudo docker ps > docker_containers.txt
|
||||||
|
|
||||||
- name: Comment PR
|
- name: Comment Docker Images on PR
|
||||||
uses: thollander/actions-comment-pull-request@v2
|
uses: thollander/actions-comment-pull-request@v2
|
||||||
with:
|
with:
|
||||||
message: |
|
message: |
|
||||||
# ### Docker Build Images:
|
### Docker Images:
|
||||||
# ```
|
```
|
||||||
# ${{ readFile('docker_build_images.txt') }}
|
${{ steps.read_file.outputs.docker_images }}
|
||||||
# ```
|
```
|
||||||
# ### Docker Images:
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# ```
|
|
||||||
# ${{ readFile('docker_images.txt') }}
|
- id: read_file
|
||||||
# ```
|
uses: juliangruber/read-file-action@v1
|
||||||
# ### Docker Processes:
|
with:
|
||||||
# ```
|
path: ./docker_images.txt
|
||||||
# ${{ readFile('docker_containers.txt') }}
|
|
||||||
# ```
|
|
||||||
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user