Update JarvusInnovations/background-action action to v2 - #63
Open
renovate[bot] wants to merge 1 commit into
Open
Update JarvusInnovations/background-action action to v2#63renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.0.7→v2.0.0Release Notes
JarvusInnovations/background-action (JarvusInnovations/background-action)
v2.0.0Compare Source
Breaking changes
tail,log-output,log-output-resumeandlog-output-ifused to match on substrings, solog-output: no-stderrquietly enabled stderr and a typo likesdtoutquietly disabled logging entirely. The same applied towait-for, whereabc123silently became a 123ms timeout. These are now validated exactly. If a workflow of yours currently passes with a typo'd value, it will start failing — that value was never doing what it looked like.SIGTERM, getshutdown-grace(default10s) to exit cleanly, and anything they print on the way down is captured in the logs. Setshutdown: falsefor the previous behavior.RUNNER_TEMPinstead of the workspace, so an automated commit can no longer sweep them into your repository. Use the newstdout-log/stderr-logoutputs to find them.node24runtime.Fixes
waitwas passed as an argument to your last command (#210).core.getInput()strips trailing whitespace, so the shell builtin appended to your commands became an argv of whatever ran last —npm run previewbecamenpm run preview wait. Affected every multi-linerun:whose final command wasn't backgrounded.waitblocks until every job exits and discards their statuses, so one service dying on startup was invisible until the timeout this action exists to prevent. Jobs are now awaited one at a time.log-output-if: early-exit— the spellingaction.ymlhad advertised since the first release — was rejected outright. Both spellings now work.Improvements
shutdown,shutdown-grace. New outputs:stdout-log,stderr-log.30s,30 seconds,1h30m45s).See the README for the full upgrade notes.
Thanks
This release is almost entirely other people's bug reports. Several sat open for a long time.
index.js. That's most of the diagnosis.ENOENTfailure. Now covered by a regression test.Sorry it took a while.
v2Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.