From 9512520b95ef2272d2f0b56097eb2805097bef81 Mon Sep 17 00:00:00 2001 From: "e. g" Date: Tue, 3 Nov 2020 19:18:13 +0100 Subject: [PATCH] Update release-bot.yml (#228) This should be using the most recent version of s3krit's github action otherwise it will fail --- .github/workflows/release-bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-bot.yml b/.github/workflows/release-bot.yml index 08aa94417c..ed0a8e5435 100644 --- a/.github/workflows/release-bot.yml +++ b/.github/workflows/release-bot.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: send message - uses: s3krit/matrix-message-action@v0.0.2 + uses: s3krit/matrix-message-action@v0.0.3 with: room_id: ${{ secrets.MATRIX_ROOM_ID }} access_token: ${{ secrets.MATRIX_ACCESS_TOKEN }}