Skip to content

Commit e2ee98d

Browse files
authored
Update test.yml
1 parent 8ba352e commit e2ee98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- id: test
14-
run: ::set-output name=foo::bar
14+
run: echo "::set-output name=foo::bar"
1515
- name: Dump steps context
1616
env:
1717
STEPS_CONTEXT: ${{ toJson(steps) }}

0 commit comments

Comments
 (0)