cloudposse / cloudposse/github-action-matrix-outputs-read
Error on re-running failed jobs
- Dominant language
- No language data
- Stars
- 13
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Found a bug? Maybe our [Slack Community](https://slack.cloudposse.com) can help.
[](https://slack.cloudposse.com)
## Describe the Bug
Re-run failed jobs distorts the reading of outputs
## Expected Behavior
Please give me a solution
## Steps to Reproduce
Steps to reproduce the behavior:
1. create a workflow
2. add a matrix job (matrix.number: ["0", "1"]) with two steps:
- using cloudposse/github-action-matrix-outputs-write, write a random integer as output
- exit ${{ matrix.number }}
3. add a job to read the outputs of your matrix and display the output
4. run the job once
5. re-run the failed job
6. compare the outputs you should view the outputs of the first run
## Environment (please complete the following information):
Anything that will help us triage the bug will help. Here are some ideas:
- OS: [Linux]
- Version [main]
Contributor guide
Assessment
This issue has not been assessed yet.