From 0be2a67971e739d805756ad75d16fbac5653ba92 Mon Sep 17 00:00:00 2001 From: PedroHS <135181402+Miner320@users.noreply.github.com> Date: Sun, 30 Nov 2025 19:10:07 +0000 Subject: [PATCH 1/2] Add initial content to test.txt --- test.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.txt diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..bf7e899 --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +asdasd From 1868e00b4f2440adc4b0ff8845753eb85b743d17 Mon Sep 17 00:00:00 2001 From: PedroHS <135181402+Miner320@users.noreply.github.com> Date: Sun, 30 Nov 2025 19:12:24 +0000 Subject: [PATCH 2/2] Rename step for sending PR message to Slack --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1ed522e..1df1acb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,8 @@ jobs: name: Send a message for PR runs-on: ubuntu-latest steps: - - uses: slackapi/slack-github-action@v2.1.1 + name: Mensagem para PR + uses: slackapi/slack-github-action@v2.1.1 with: webhook: ${{ secrets.SLACK_WEBHOOK_URL }} webhook-type: incoming-webhook