Skip to content

Commit 74bb62b

Browse files
committed
testing
1 parent 1402d9b commit 74bb62b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

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

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

3837
- name: 'test'
3938
run: echo ${{steps.run-anonymizer.outputs.result}}

0 commit comments

Comments
 (0)