Skip to content

Commit

Permalink
Merge pull request #592 from Hi-Windom/huge_merge
Browse files Browse the repository at this point in the history
Huge merge
  • Loading branch information
Soltus authored Mar 24, 2024
2 parents 607f481 + b04078c commit 679655f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: afterCI
name: afterCI change release

on:
# workflow_run:
Expand All @@ -19,7 +19,7 @@ jobs:
# - uses: actions/checkout@v4
# - uses: actions/setup-node@v4
# with:
# node-version: 16
# node-version: 20
- name: Get Latest Release Assets
id: latest_release
uses: actions/github-script@v6
Expand Down
2 changes: 1 addition & 1 deletion scripts/parse-changelog-HEAD.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def generate_msg_from_repo(repo_name, tag_name, lastestRelease):
print(f'''
---
<p align="center">
<a href="https://github.com/Hi-Windom/Sillot/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/Hi-Windom/Sillot/ci.yml?event=push&label=ci.yml%20Action&logo=github" style="cursor:pointer;height: 30px;margin: 3px auto;"/></a>
<a href="https://github.com/Hi-Windom/Sillot/actions/workflows/cd.yml"><img src="https://img.shields.io/github/actions/workflow/status/Hi-Windom/Sillot/CI/CD?event=push&label=ci.yml%20Action&logo=github" style="cursor:pointer;height: 30px;margin: 3px auto;"/></a>
<a href="https://github.com/Hi-Windom/Sillot/releases/{thisRelease}/"><img src="https://img.shields.io/github/downloads/Hi-Windom/Sillot/{thisRelease}/total?logo=github" style="cursor:pointer;height: 30px;margin: 3px auto;"/></a>
<img alt="GitHub commits difference between two branches/tags/commits" src="https://img.shields.io/github/commits-difference/Hi-Windom/Sillot?base={lastestRelease}&head={thisRelease}&logo=git" style="cursor:pointer;height: 30px;margin: 3px auto;"/>
</p>
Expand Down

0 comments on commit 679655f

Please sign in to comment.