Skip to content

feat: access output variables on other CI services, not just github actions#114

Merged
levibostian merged 1 commit intomainfrom
output
Dec 14, 2025
Merged

feat: access output variables on other CI services, not just github actions#114
levibostian merged 1 commit intomainfrom
output

Conversation

@levibostian
Copy link
Copy Markdown
Owner

@levibostian levibostian commented Dec 14, 2025

Related GitHub Issues

Problem

There's a feature in decaf already where you can view these variables for some of the behavior that happened. This is the new release version. We offer this feature so you can do some processing after decaf is run.

Right now, though, it only works on GitHub Actions. It does not work on other CIs. This fixes that.

Solution

Testing

  • Added automated tests.
  • Manually tested. If you check this box, provide instructions for others to test, too.

Notes for reviewers

@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 14, 2025

decaf

Running deployments in test mode. Results will appear below.
If this pull request and all of it's parent pull requests are merged using the...

...🟩 squash 🟩 merge method... 🚢 The next version of the project will be: 0.8.0

Learn more
Latest release: 0.7.1
Commit of latest release: 22188af

Commits since last release:
- feat: access output variables on other CI services, not just github actions

Related GitHub Issues

<!-- Link to any related GitHub issues that this pull request addresses or closes. -->

Problem

<!-- A clear description of the problem that this pull request is solving. -->

There's a feature in decaf already where you can view these variables for some of the behavior that happened. This is the new release version. We offer this feature so you can do some processing after decaf is run.

Right now, though, it only works on GitHub Actions. It does not work on other CIs. This fixes that.

Solution

<!-- Describe the approach you took to solve the problem and the changes made in this pull request. -->

Testing

<!-- Choose one of the below options for how you tested the code change. Include any specific setup or instructions for testing. -->

  • Added automated tests.
  • Manually tested. If you check this box, provide instructions for others to test, too.

Notes for reviewers

<!-- If there is any additional information you would like to share with the person reviewing this pull request, please provide it here. -->

...🟩 rebase 🟩 merge method... 🚢 The next version of the project will be: 0.8.0

Learn more
Latest release: 0.7.1
Commit of latest release: 22188af

Commits since last release:
- feat: access output variables on other CI services, not just github actions

@coveralls
Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 20208637612

Details

  • 13 of 17 (76.47%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+1.0%) to 80.012%

Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/environment.ts 13 17 76.47%
Totals Coverage Status
Change from base Build 20208392287: 1.0%
Covered Lines: 1171
Relevant Lines: 1500

💛 - Coveralls

@levibostian levibostian merged commit bcfa675 into main Dec 14, 2025
6 checks passed
@levibostian levibostian deleted the output branch December 14, 2025 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants