File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -10,19 +10,29 @@ jobs:
1010 name : Bump OTP versions
1111 runs-on : ubuntu-latest
1212
13+ permissions : write-all
14+
1315 steps :
1416 - uses : actions/checkout@master
1517 with :
1618 submodules : true
1719
20+ - name : Set up Python
21+ uses : actions/setup-python@v5
22+ with :
23+ python-version : 3.12
24+ - name : Setup dependencies
25+ run : pip install requests beautifulsoup4
1826 - name : Pull OTP versions from Debian
19- run : curl --silent https://packages.debian.org/search?keywords=erlang | sed -ne '/Package erlang</,/<\/ul>/{/br/p}' | tee otp.versions
27+ run : python3 bump-otp-matrix.py | jq -C '.'
2028 - name : Create Pull Request
2129 uses : peter-evans/create-pull-request@v7
2230 with :
31+ token : ${{ secrets.OTP_BUMP }}
2332 delete-branch : true
24- commit-message : ' Tchu tchu, tchu tchu, thchu tchu tchu '
33+ commit-message : ' Bump OTP '
2534 branch : ' create-pull-request/otp-bump'
26- title : ' Topesi yo raison '
35+ title : ' OTP bump '
2736 body : |
28- Sebele !
37+ ### OTP bump
38+ Aligned versions with [Debian](https://packages.debian.org/search?keywords=erlang).
You can’t perform that action at this time.
0 commit comments