change colon to unicode
This commit is contained in:
parent
05d1fcec98
commit
394b10866a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/merge.yml
vendored
2
.github/workflows/merge.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
merge:
|
merge:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.actor == 'twoneis' }} && ${{ github.event.pull_request.title == 'flake.lock: Update' }}
|
if: ${{ github.actor == 'twoneis' }} && ${{ github.event.pull_request.title == 'flake.lock\u0003A Update' }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Approve PR
|
- name: Approve PR
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue