Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
ci: do not escape in environment variable MESSAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Dec 29, 2022
1 parent dc4ab22 commit ccce9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ccce9c9

Please sign in to comment.