Skip to content

Commit bac4220

Browse files
committed
testing
1 parent 69062ac commit bac4220

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def status(s):
5252
ver_ranges = [[vs[0], vs[-1]] for vs in ver_groups]
5353

5454

55-
print('\n'.join(repr(v) for v in ver_groups))
55+
# print('\n'.join(repr(v) for v in ver_groups))
5656
#
5757
# print(repr(by_payload))
5858
# print(repr(by_version))

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,14 @@ jobs:
105105
- uses: actions/download-artifact@v3
106106
with:
107107
name: matrix
108+
- uses: actions/download-artifact@v3
109+
with:
110+
name: out
108111
- run: |
109112
git config --local user.email "action@github.com"
110113
git config --local user.name "GitHub Action"
111114
git add matrix.md
115+
git add out.txt
112116
git commit -m "Add changes"
113117
- uses: ad-m/github-push-action@master
114118
with:

0 commit comments

Comments
 (0)