mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-28 05:55:53 +01:00
ci: do not escape in environment variable MESSAGE
This commit is contained in:
parent
a1abb834b4
commit
4993302210
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user