Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thboop authored Mar 11, 2020
1 parent 8ba352e commit e2ee98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: test
run: ::set-output name=foo::bar
run: echo "::set-output name=foo::bar"
- name: Dump steps context
env:
STEPS_CONTEXT: ${{ toJson(steps) }}
Expand Down

0 comments on commit e2ee98d

Please sign in to comment.