We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5149ab6 commit 179a670Copy full SHA for 179a670
.github/workflows/otp-bump.yml
@@ -15,8 +15,14 @@ jobs:
15
with:
16
submodules: true
17
18
+ - name: Set up Python
19
+ uses: actions/setup-python@v5
20
+ with:
21
+ python-version: 3.12
22
+ - name: Setup dependencies
23
+ run: pip install beautifulsoup4 requests
24
- name: Pull OTP versions from Debian
- run: curl --silent https://packages.debian.org/search?keywords=erlang | sed -ne '/Package erlang</,/<\/ul>/{/br/p}' | tee otp.versions
25
+ run: python3 otp-bump.py
26
- name: Create Pull Request
27
uses: peter-evans/create-pull-request@v7
28
0 commit comments