From 3d3721fee740e2e192275a30ef0b4722c5352d17 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong (cubxxw)" <3293172751nss@gmail.com> Date: Fri, 5 Jan 2024 21:54:23 +0800 Subject: [PATCH] update openim environment and status Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> --- .github/workflows/openimci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/openimci.yml b/.github/workflows/openimci.yml index dd8335ee8..9b45c8c7c 100644 --- a/.github/workflows/openimci.yml +++ b/.github/workflows/openimci.yml @@ -142,18 +142,6 @@ jobs: sudo docker ps >> $GITHUB_ENV echo "EOF" >> $GITHUB_ENV - - name: Comment PR with message - uses: ./ - id: nrt_message - with: - message: | - Current branch is `${{ github.head_ref }}`. - _(execution **${{ github.run_id }}** / attempt **${{ github.run_attempt }}**)_ - comment_tag: nrt_message - reactions: eyes, rocket - mode: recreate - GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} - - name: Comment PR uses: thollander/actions-comment-pull-request@v2 with: