ack from me. вт, 8 июн. 2021 г. в 18:17, Tim Duesterhus <[email protected]>:
> It's a script, allow executing this as a script without needing to invoke > `python3` manually. > --- > .github/matrix.py | 2 ++ > 1 file changed, 2 insertions(+) > mode change 100644 => 100755 .github/matrix.py > > diff --git a/.github/matrix.py b/.github/matrix.py > old mode 100644 > new mode 100755 > index 473524848..cfef53c9e > --- a/.github/matrix.py > +++ b/.github/matrix.py > @@ -1,3 +1,5 @@ > +#!/usr/bin/python3 > + > # Copyright 2019 Ilya Shipitsin <[email protected]> > # Copyright 2020 Tim Duesterhus <[email protected]> > # > -- > 2.31.1 > > >

