Update test.yml

pull/96/head
eric sciple 5 years ago committed by GitHub
parent 60ba51f1ac
commit 8d0a1fc65f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,7 +6,6 @@ on:
branches:
- master
- releases/*
- users/ericsciple/m162testing
jobs:
build:
@ -26,4 +25,4 @@ jobs:
- run: |
echo bar is "${{ steps.foo.outputs.bar }}"
env:
bar: ${{ toJson(steps.foo) }}
bar: ${{ toJson(github.event) }}

Loading…
Cancel
Save