From 0e2d56c1ee7a52dacd139c304f8cee0298a96670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Ku=C4=8Dera?= Date: Wed, 1 May 2024 15:18:48 +0200 Subject: [PATCH] Update rulicka-bot.yml --- .github/workflows/rulicka-bot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rulicka-bot.yml b/.github/workflows/rulicka-bot.yml index 71276e11..9f9ec78b 100644 --- a/.github/workflows/rulicka-bot.yml +++ b/.github/workflows/rulicka-bot.yml @@ -11,7 +11,7 @@ on: required: true default: '' title: - description: 'Business name' + description: 'Place name' required: true default: '' @@ -43,8 +43,9 @@ jobs: signoff: false branch: new-toilet-${{ github.event.inputs.filename }} delete-branch: true - title: 'A new toilet request: ${{ github.event.inputs.title }}' + title: '${{ fromJSON(github.event.inputs.content).nickName }} is requesting the addition of a new toilet ${{ github.event.inputs.title }}' body: | + ${{ fromJSON(github.event.inputs.content).nickName }} is requesting the addition of a new toilet ${{ github.event.inputs.title }} with this parameters: | KEY | VALUE | | ------ | ---------- | | placeName | **${{ fromJSON(github.event.inputs.content).placeName }}** |