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

This commit is contained in:
Ray Lin
2021-02-24 16:51:42 -05:00
committed by GitHub
parent 3abdf26f05
commit 56f4b1ce51
+1 -1
View File
@@ -16,7 +16,7 @@ on:
jobs:
test:
if: github.repository == "DIYgod/RSSHub"
if: github.repository == 'DIYgod/RSSHub'
runs-on: ubuntu-latest
steps:
-