1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-03-28 11:00:05 +01:00

Update test.yml

This commit is contained in:
eric sciple 2019-12-04 15:01:57 -05:00 committed by GitHub
parent 60ba51f1ac
commit 8d0a1fc65f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) }}