mirror of
https://github.com/actions/checkout.git
synced 2025-12-13 13:59:24 +00:00
Update test.yml
This commit is contained in:
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) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user