Skip to content
Snippets Groups Projects
Commit 0959d4a9 authored by Sarina Canelake's avatar Sarina Canelake
Browse files

fix: update path to .github workflows to read from openedx org

parent 1fdc340b
No related branches found
No related tags found
No related merge requests found
...@@ -7,4 +7,4 @@ on: ...@@ -7,4 +7,4 @@ on:
jobs: jobs:
commitlint: commitlint:
uses: edx/.github/.github/workflows/commitlint.yml@master uses: openedx/.github/.github/workflows/commitlint.yml@master
...@@ -12,7 +12,7 @@ on: ...@@ -12,7 +12,7 @@ on:
jobs: jobs:
call-upgrade-python-requirements-workflow: call-upgrade-python-requirements-workflow:
uses: edx/.github/.github/workflows/upgrade-python-requirements.yml@master uses: openedx/.github/.github/workflows/upgrade-python-requirements.yml@master
with: with:
branch: ${{ github.event.inputs.branch || 'master' }} branch: ${{ github.event.inputs.branch || 'master' }}
# optional parameters below; fill in if you'd like github or email notifications # optional parameters below; fill in if you'd like github or email notifications
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment