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 9df94de commit 8ba352e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- id: test
run: ::set-output name=foo::bar
- name: Dump steps context
env:
STEPS_CONTEXT: ${{ toJson(steps) }}
Expand Down

0 comments on commit 8ba352e

Please sign in to comment.