fix: single quote in npm-publish action
This commit is contained in:
parent
2b164a362f
commit
fa9e8a47bf
|
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
if: github.repository == "DIYgod/RSSHub"
|
||||
if: github.repository == 'DIYgod/RSSHub'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Reference in New Issue