Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit e752d24

Browse files
ci: add summary
1 parent 4bfc7af commit e752d24

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/test.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14+
- run: |
15+
cat << EOS >> "$GITHUB_STEP_SUMMARY"
16+
Check commit statuses
17+
18+
- [Normal](https://github.com/gha-trigger/commit-status-action/commit/ac0a3b503e810cd8b154e85921c68c2e232012af)
19+
- [workflow start](https://github.com/gha-trigger/commit-status-action/commit/b8f82e799e56a9fd26068350cc0e919139454b24)
20+
- [workflow skip](https://github.com/gha-trigger/commit-status-action/commit/873f3e646708b88a17982adde41f5d3becde0e74)
21+
- [workflow end (failure)](https://github.com/gha-trigger/commit-status-action/commit/ec3d99fd7984c4abe29f5dc7da4dac6d95444878)
22+
- [workflow end (success)](https://github.com/gha-trigger/commit-status-action/commit/09f6d6cd3ef4d43b4f372badb89a47ab741ec9ca)
23+
24+
EOS
25+
1426
- name: normal
1527
uses: ./
1628
with:

0 commit comments

Comments
 (0)