summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/congratsbot.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/congratsbot.yml b/.github/workflows/congratsbot.yml
index ff6746a03..9ec372a12 100644
--- a/.github/workflows/congratsbot.yml
+++ b/.github/workflows/congratsbot.yml
@@ -1,4 +1,4 @@
-name: Discord: Congratsbot
+name: "Discord:congratsbot"
# only trigger on pull request closed events
on:
@@ -7,7 +7,7 @@ on:
jobs:
congrats:
- name: Discord:Congratsbot
+ name: "Discord:congratsbot"
# this job will only run if the PR has been merged
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest