change colon to unicode

This commit is contained in:
Sanjay Chacku Purakal 2024-04-27 14:14:01 +02:00 committed by GitHub
parent 05d1fcec98
commit 394b10866a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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