Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matrix outputs not merged #981

Open
bep opened this issue Feb 5, 2022 · 2 comments
Open

Matrix outputs not merged #981

bep opened this issue Feb 5, 2022 · 2 comments
Labels
area/runner Relating to errors in the runner confirmed/not-planned Those issues are confirmed, but not planned to be fixed. PR's get reviewed kind/bug Something isn't working stale-exempt Exempt from stale

Comments

@bep
Copy link

bep commented Feb 5, 2022

System information

go install github.com/nektos/act@latest                                               
go: downloading github.com/nektos/act v0.2.25
Darwin bep-mac14.local 21.1.0 Darwin Kernel Version 21.1.0: Wed Oct 13 17:33:01 PDT 2021; root:xnu-8019.41.5~1/RELEASE_ARM64_T6000 arm64

Expected behaviour

As on GItHub I expect it to echo:

{
  "v1var": "v1",
  "v2var": "v2"
}

Actual behaviour

It prints:

{
   "v1var": "",
   "v2var": "v2"
}

Workflow and/or repository

https://github.com/bep/githubactionstest/blob/main/.github/workflows/blank.yml

@bep bep added the kind/bug Something isn't working label Feb 5, 2022
@bep bep changed the title Matrix outputs overwritten Matrix outputs not merged Feb 5, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Mar 8, 2022

Issue is stale and will be closed in 14 days unless there is new activity

@bep
Copy link
Author

bep commented Mar 22, 2022

That's an aggressive stale bot config 👎

@ChristopherHX ChristopherHX added stale-exempt Exempt from stale and removed stale labels Mar 22, 2022
@ChristopherHX ChristopherHX reopened this Mar 22, 2022
@ChristopherHX ChristopherHX added the area/runner Relating to errors in the runner label Mar 22, 2022
@ChristopherHX ChristopherHX added the confirmed/not-planned Those issues are confirmed, but not planned to be fixed. PR's get reviewed label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/runner Relating to errors in the runner confirmed/not-planned Those issues are confirmed, but not planned to be fixed. PR's get reviewed kind/bug Something isn't working stale-exempt Exempt from stale
Projects
None yet
Development

No branches or pull requests

2 participants