From 7e83a95419307dd63b0a93666d08fbce365f22b3 Mon Sep 17 00:00:00 2001 From: Ahmad Ateya Date: Mon, 27 Dec 2021 03:11:30 +0200 Subject: [PATCH] newline at the end of file Signed-off-by: Ahmad Ateya --- .github/workflows/slack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slack.yml b/.github/workflows/slack.yml index f8e99cf..c1d90c4 100644 --- a/.github/workflows/slack.yml +++ b/.github/workflows/slack.yml @@ -13,4 +13,4 @@ jobs: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} uses: pullreminders/slack-action@master with: - args: '{\"channel\":\"CSK7N9TGX\",\"text\":\"${{ github.actor }} just starred ${{github.repository}}! (https://github.com/${{github.repository}}/stargazers) Total ⭐️: ${{env.STARS}}\"}' \ No newline at end of file + args: '{\"channel\":\"CSK7N9TGX\",\"text\":\"${{ github.actor }} just starred ${{github.repository}}! (https://github.com/${{github.repository}}/stargazers) Total ⭐️: ${{env.STARS}}\"}'