test pull request action
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (pull_request) Successful in 5s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (pull_request) Successful in 5s
Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name: Gitea Actions Demo
|
name: Gitea Actions Demo
|
||||||
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -15,4 +15,17 @@ jobs:
|
|||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
ls ${{ github.workspace }}
|
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::"
|
||||||
|
Reference in New Issue
Block a user