File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ options:
27
27
bug : " :bug: Bug Fixes"
28
28
zap : " :zap: Performance Improvements"
29
29
recycle : " :recycle: Code Refactoring"
30
- art : " :art: structure/code formating "
30
+ art : " :art: Structure/Formating "
31
31
memo : " :memo: Add or update documentation."
32
32
white_check_mark : " :white_check_mark: Add/Update Test Cases"
33
33
package : " :package: Dependencies"
Original file line number Diff line number Diff line change 35
35
env :
36
36
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
37
37
COMMIT_MSG : |
38
- :memo : update CHANGELOG.md
38
+ :card_file_box : update CHANGELOG.md
39
39
run : |
40
40
git config --global user.name "github-actions[bot]"
41
41
git config --global user.email "github-actions[bot]@users.noreply.github.com"
Original file line number Diff line number Diff line change 47
47
env :
48
48
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
49
49
COMMIT_MSG : |
50
- :memo: DOC : Update doc/sql.txt
50
+ :card_file_box : Update doc/sql.txt
51
51
run : |
52
52
git config --global user.name "github-actions[bot]"
53
53
git config --global user.email "github-actions[bot]@users.noreply.github.com"
You can’t perform that action at this time.
0 commit comments