From 3002d29cc96217b549a62e5ca4d7c45d222ca949 Mon Sep 17 00:00:00 2001 From: a1012112796 <1012112796@qq.com> Date: Tue, 10 Dec 2024 17:33:33 +0800 Subject: [PATCH] test pull request action Signed-off-by: a1012112796 <1012112796@qq.com> --- .gitea/workflows/build.yaml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 760987a..115ceb3 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,6 +1,6 @@ name: Gitea Actions Demo run-name: ${{ github.actor }} is testing out Gitea Actions 🚀 -on: [push] +on: [push, pull_request] jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest @@ -15,4 +15,17 @@ jobs: - name: List files in the repository run: | ls ${{ github.workspace }} - - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file + - run: echo "🍏 This job's status is ${{ job.status }}." + - name: test group + run: | + echo "::group::test group" + echo "in group msg for: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + echo "in group msg for: bbbbbbbbbbbbbbbbbbbbbbb" + echo "in group msg for: ccccccccccccccccccccccccccccc" + echo "::endgroup::" + echo "ssssssssssssssssssssssssssssssssssssss" + echo "::group::test group 2" + echo "in group msg for: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + echo "in group msg for: bbbbbbbbbbbbbbbbbbbbbbb" + echo "in group msg for: ccccccccccccccccccccccccccccc" + echo "::endgroup::"