Skip to content

Commit 20b8941

Browse files
committed
testing
1 parent 74bb62b commit 20b8941

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-released-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232

3333
- name: 'run'
3434
id: run-anonymizer
35-
run: echo "::set-output name=result::$(graphql-anonymizer <<< 'type Query{a:String}')"
35+
run: graphql-anonymizer <<< 'type Query{a:String}' > test_result
3636

3737
- name: 'test'
38-
run: echo ${{steps.run-anonymizer.outputs.result}}
38+
run: cat test_result
3939

0 commit comments

Comments
 (0)