This commit is contained in:
Chris Frohoff
2022-03-25 01:49:01 -07:00
parent 69062ac065
commit bac4220546
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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]
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_version))
+4
View File
@@ -105,10 +105,14 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: matrix
- uses: actions/download-artifact@v3
with:
name: out
- run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add matrix.md
git add out.txt
git commit -m "Add changes"
- uses: ad-m/github-push-action@master
with: