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 74bb62b commit 20b8941Copy full SHA for 20b8941
.github/workflows/test-released-version.yml
@@ -32,8 +32,8 @@ jobs:
32
33
- name: 'run'
34
id: run-anonymizer
35
- run: echo "::set-output name=result::$(graphql-anonymizer <<< 'type Query{a:String}')"
+ run: graphql-anonymizer <<< 'type Query{a:String}' > test_result
36
37
- name: 'test'
38
- run: echo ${{steps.run-anonymizer.outputs.result}}
+ run: cat test_result
39
0 commit comments