ci: do not escape in environment variable `MESSAGE`

This commit is contained in:
oSumAtrIX 2022-12-29 19:07:33 +01:00
parent dc4ab22f41
commit ccce9c926d
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 1 additions and 1 deletions

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: