From cd9a6310eddc2e48f5eb739981cee531468c54d0 Mon Sep 17 00:00:00 2001 From: Rafal Paradowski Date: Tue, 3 Dec 2024 12:41:46 +0100 Subject: [PATCH] Use official repo --- .github/workflows/notify_team_new_comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify_team_new_comment.yml b/.github/workflows/notify_team_new_comment.yml index 77b56d5f53c..07a837e4d39 100644 --- a/.github/workflows/notify_team_new_comment.yml +++ b/.github/workflows/notify_team_new_comment.yml @@ -6,6 +6,6 @@ on: jobs: contributor_issue_comment: - uses: rparadowski/.github/.github/workflows/notify_team_new_comment.yml@12567_issue + uses: learningequality/.github/.github/workflows/notify_team_new_comment.yml@main secrets: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}