From 251e5ad3f4d55ffa0cdb70f1008dc7e9ab577f08 Mon Sep 17 00:00:00 2001 From: Michaela Robosova Date: Wed, 27 Nov 2024 10:49:41 +0100 Subject: [PATCH] Update workflow reference --- .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 77b56d5..07a837e 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 }}