fix(workflow): use single quote in expression. (#7014)

This commit is contained in:
Ray Lin 2021-02-25 05:51:42 +08:00 committed by GitHub
parent 3abdf26f05
commit 56f4b1ce51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ on:
jobs:
test:
if: github.repository == "DIYgod/RSSHub"
if: github.repository == 'DIYgod/RSSHub'
runs-on: ubuntu-latest
steps:
-