Skip to content

Commit 1402d9b

Browse files
committed
testing
1 parent 98b2a6d commit 1402d9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

3333
- name: 'run'
3434
id: run-anonymizer
35-
run: ::set-output name=result::$(graphql-anonymizer <<< 'type Query{a:String}')
35+
run: |
36+
::set-output name=result::$(graphql-anonymizer <<< 'type Query{a:String}')
3637
3738
- name: 'test'
3839
run: echo ${{steps.run-anonymizer.outputs.result}}

0 commit comments

Comments
 (0)