We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b8941 commit 05548a8Copy full SHA for 05548a8
.github/workflows/test-released-version.yml
@@ -35,5 +35,5 @@ jobs:
35
run: graphql-anonymizer <<< 'type Query{a:String}' > test_result
36
37
- name: 'test'
38
- run: cat test_result
+ run: grep "field1" test_result
39
0 commit comments