Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 597e71b

Browse files
committed
fix: update path to .github workflows to read from openedx org
1 parent 3721aac commit 597e71b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ on:
77

88
jobs:
99
commitlint:
10-
uses: edx/.github/.github/workflows/commitlint.yml@master
10+
uses: openedx/.github/.github/workflows/commitlint.yml@master

.github/workflows/upgrade-python-requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
requirements_bot_github_email: ${{ secrets.REQUIREMENTS_BOT_GITHUB_EMAIL }}
2222
edx_smtp_username: ${{ secrets.EDX_SMTP_USERNAME }}
2323
edx_smtp_password: ${{ secrets.EDX_SMTP_PASSWORD }}
24-
uses: edx/.github/.github/workflows/upgrade-python-requirements.yml@master
24+
uses: openedx/.github/.github/workflows/upgrade-python-requirements.yml@master

0 commit comments

Comments
 (0)