mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
CI: Use single quotes for a literal string in notes-push.yml
This commit is contained in:
committed by
Andreas Kling
parent
98f88d49de
commit
ba56cb6e51
2
.github/workflows/notes-push.yml
vendored
2
.github/workflows/notes-push.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user