mirror of
https://github.com/frohoff/ysoserial.git
synced 2026-09-21 22:50:46 +08:00
testing
This commit is contained in:
@@ -52,7 +52,7 @@ ver_groups = [list(v for v, r in vers) for res, vers in itertools.groupby(sorted
|
|||||||
ver_ranges = [[vs[0], vs[-1]] for vs in ver_groups]
|
ver_ranges = [[vs[0], vs[-1]] for vs in ver_groups]
|
||||||
|
|
||||||
|
|
||||||
print('\n'.join(repr(v) for v in ver_groups))
|
# print('\n'.join(repr(v) for v in ver_groups))
|
||||||
#
|
#
|
||||||
# print(repr(by_payload))
|
# print(repr(by_payload))
|
||||||
# print(repr(by_version))
|
# print(repr(by_version))
|
||||||
|
|||||||
@@ -105,10 +105,14 @@ jobs:
|
|||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: matrix
|
name: matrix
|
||||||
|
- uses: actions/download-artifact@v3
|
||||||
|
with:
|
||||||
|
name: out
|
||||||
- run: |
|
- run: |
|
||||||
git config --local user.email "[email protected]"
|
git config --local user.email "[email protected]"
|
||||||
git config --local user.name "GitHub Action"
|
git config --local user.name "GitHub Action"
|
||||||
git add matrix.md
|
git add matrix.md
|
||||||
|
git add out.txt
|
||||||
git commit -m "Add changes"
|
git commit -m "Add changes"
|
||||||
- uses: ad-m/github-push-action@master
|
- uses: ad-m/github-push-action@master
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user