From 66da15c4d18df9ddd7f3cf4d430f70a4a791c138 Mon Sep 17 00:00:00 2001 From: ibo <41344259+sneazy-ibo@users.noreply.github.com> Date: Wed, 19 Jun 2024 23:21:52 +0200 Subject: [PATCH] fix: BRO PLEASE --- .github/workflows/beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 74e0d1d0..5ef186d8 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -46,7 +46,7 @@ jobs: echo "Raw commit logs:" echo "$COMMIT_LOGS" # Replace commit messages with pull request links - COMMIT_LOGS=$(echo "$COMMIT_LOGS" | sed -E 's/\(#([0-9]+)\)/[#\2](https:\/\/github.com\/rebelonion\/Dantotsu\/pull\/\2)/g') + COMMIT_LOGS=$(echo "$COMMIT_LOGS" | sed -E 's/\(#([0-9]+)\)/[#\1](https:\/\/github.com\/rebelonion\/Dantotsu\/pull\/\1)/g') # Debugging: Print the processed commit logs echo "Processed commit logs:" echo "$COMMIT_LOGS"