Skip to content

Commit 98b2a6d

Browse files
committed
testing
1 parent 82c84ff commit 98b2a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

3737
- name: 'test'
3838
run: echo ${{steps.run-anonymizer.outputs.result}}

0 commit comments

Comments
 (0)