From 64edfe89da4751cf915d31343ebaf8d4ea125a37 Mon Sep 17 00:00:00 2001 From: Rafal Paradowski Date: Tue, 3 Dec 2024 12:28:58 +0100 Subject: [PATCH 1/2] change branch --- .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..2883355 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: rparadowski/.github/.github/workflows/notify_team_new_comment.yml@12567_issue_dynamic_repo secrets: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} From 70f732b3c1c3418581a50a19910fbe69d8a4ac84 Mon Sep 17 00:00:00 2001 From: Rafal Paradowski Date: Tue, 3 Dec 2024 12:43:04 +0100 Subject: [PATCH 2/2] Use correct branch --- .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 2883355..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_dynamic_repo + uses: learningequality/.github/.github/workflows/notify_team_new_comment.yml@main secrets: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}