1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-04-01 22:10:06 +02: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: branches:
- master - master
- releases/* - releases/*
- users/ericsciple/m162testing
jobs: jobs:
build: build:
@ -26,4 +25,4 @@ jobs:
- run: | - run: |
echo bar is "${{ steps.foo.outputs.bar }}" echo bar is "${{ steps.foo.outputs.bar }}"
env: env:
bar: ${{ toJson(steps.foo) }} bar: ${{ toJson(github.event) }}