CI: Use single quotes for a literal string in notes-push.yml
This commit is contained in:
parent
98f88d49de
commit
ba56cb6e51
1 changed files with 1 additions and 1 deletions
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue