ci: do not escape in environment variable MESSAGE

This commit is contained in:
oSumAtrIX 2022-12-29 19:07:32 +01:00
parent a1abb834b4
commit 4993302210
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -7,7 +7,7 @@ on:
workflow_dispatch:
env:
MESSAGE: merge branch \`${{ github.head_ref || github.ref_name }}\` to \`main\`
MESSAGE: merge branch `${{ github.head_ref || github.ref_name }}` to `main`
jobs:
pull-request: