mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
CI: Use single quotes for a literal string in notes-push.yml
This commit is contained in:
parent
98f88d49de
commit
ba56cb6e51
Notes:
github-actions[bot]
2024-07-21 11:26:22 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/ba56cb6e515 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/747
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