We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b4943 commit 90a4683Copy full SHA for 90a4683
1 file changed
.github/workflows/update_otp_versions.yaml
@@ -21,7 +21,6 @@ jobs:
21
cd assets
22
python -m pip install requests
23
python get_all_otp_versions.py
24
- python get_macos_prebuilt_versions.py
25
26
- name: Push updated version file
27
run: |
@@ -34,4 +33,4 @@ jobs:
34
33
git push https://github-actions[bot]:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
35
else
36
echo "never updated."
37
- fi
+ fi
0 commit comments