fix(workflow): use single quote in expression. (#7014)
This commit is contained in:
parent
3abdf26f05
commit
56f4b1ce51
|
|
@ -16,7 +16,7 @@ on:
|
|||
|
||||
jobs:
|
||||
test:
|
||||
if: github.repository == "DIYgod/RSSHub"
|
||||
if: github.repository == 'DIYgod/RSSHub'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
|
|
|
|||
Loading…
Reference in New Issue