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
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
Reviewed-on: #1
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