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:
parent
60ba51f1ac
commit
8d0a1fc65f
1 changed files with 1 additions and 2 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -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) }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue