File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ def status(s):
5252ver_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))
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments