Compare commits

3 Commits

Author SHA1 Message Date
68111c48f5 Merge pull request 'test pull request action' (#1) from a1012112796/test-pull-request into main
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
Reviewed-on: #1
2024-12-10 17:50:45 +08:00
3002d29cc9 test pull request action
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (pull_request) Successful in 5s
Signed-off-by: a1012112796 <1012112796@qq.com>
2024-12-10 17:33:33 +08:00
3ecdc27162 更新 README.md
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m2s
Signed-off-by: a1012112796 <1012112796@qq.com>
2023-05-24 16:28:42 +08:00
2 changed files with 18 additions and 3 deletions

View File

@@ -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 }}."
- 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::"

View File

@@ -1,3 +1,5 @@
# test_gitea_act
test gitea action
test gitea action
test haha