CI: Use single quotes for a literal string in notes-push.yml

This commit is contained in:
Tim Ledbetter 2024-07-21 12:09:48 +01:00 committed by Andreas Kling
parent 98f88d49de
commit ba56cb6e51
Notes: github-actions[bot] 2024-07-21 11:26:22 +00:00

View file

@ -7,7 +7,7 @@ permissions:
contents: write
jobs:
build:
if: github.repository == "LadybirdBrowser/ladybird"
if: github.repository == 'LadybirdBrowser/ladybird'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4