Skip to content

Commit

Permalink
feat: use edx upgrade workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharis278 committed Oct 11, 2024
1 parent a72de96 commit 8d4d43d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upgrade-python-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ on:

jobs:
call-upgrade-python-requirements-workflow:
uses: openedx/.github/.github/workflows/upgrade-python-requirements.yml@master
uses: edx/.github/.github/workflows/upgrade-python-requirements.yml@master
with:
branch: ${{ github.event.inputs.branch || 'main' }}
# python_version: "3.12"
python_version: "3.12"
# optional parameters below; fill in if you'd like github or email notifications
# user_reviewers: ""
# team_reviewers: ""
Expand Down

0 comments on commit 8d4d43d

Please sign in to comment.