feat: access output variables on other CI services, not just github actions#114
feat: access output variables on other CI services, not just github actions#114levibostian merged 1 commit intomainfrom
Conversation
decafRunning deployments in test mode. Results will appear below. ...🟩 squash 🟩 merge method... 🚢 The next version of the project will be: 0.8.0 Learn moreLatest 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. -->
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 moreLatest 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 |
Pull Request Test Coverage Report for Build 20208637612Details
💛 - Coveralls |
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
Notes for reviewers