Skip to content

Commit

Permalink
ci(fix): use single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
louisbirla committed Mar 19, 2021
1 parent f23b5dc commit 552557b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/introspect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
kill $!
- uses: kamilkisiela/graphql-inspector@master
if: github.event.pusher.name !== "dependabot"
if: github.event.pusher.name != 'dependabot'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
schema: "schema.graphql"
Expand Down

0 comments on commit 552557b

Please sign in to comment.