From 801b4d3f030487afebabbf3425add5064e9e2108 Mon Sep 17 00:00:00 2001 From: wehmoen <6608103+wehmoen@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:58:31 +0200 Subject: [PATCH] Update Ronin Buddy to v1.2.5 (#5) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef31e95..0322e38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: "Automated Tests" - uses: wehmoen-dev/ronin-buddy@v1.2.4 + uses: wehmoen-dev/ronin-buddy@v1.2.5 with: slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }} app_installation_id: ${{ secrets.BUDDY_INSTALLATION_ID }}