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 d14c6c1 commit 8cd5b9dCopy full SHA for 8cd5b9d
.github/workflows/commitlint.yml
@@ -7,4 +7,4 @@ on:
7
8
jobs:
9
commitlint:
10
- uses: openedx/.github/.github/workflows/commitlint.yml@master
+ uses: edx/.github/.github/workflows/commitlint.yml@master
.github/workflows/upgrade-python-requirements.yml
@@ -12,7 +12,7 @@ on:
12
13
14
call-upgrade-python-requirements-workflow:
15
- uses: openedx/.github/.github/workflows/upgrade-python-requirements.yml@master
+ uses: edx/.github/.github/workflows/upgrade-python-requirements.yml@master
16
with:
17
branch: ${{ github.event.inputs.branch || 'main' }}
18
# optional parameters below; fill in if you'd like github or email notifications
0 commit comments