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.
v12.0.0-rc.1
v12 Enhanced Parsing of Commands and Outputs
Highlights
hide-args
from PR comment).Breaking
_
underscores are replaced with-
hyphens.working-directory
is added as an alias toarg-chdir
.arg_command
is renamed tocommand
.tenv
(replacement).Added
gh
GitHub CLI integration for consistent interoperability with GitHub's REST API.arg-var: key1=value1,key2=value2
).Changed
comment-pr
default from "recreate" to "update" for its revision history.format
default from "true" to "false" for explicit opt-in of the command, as done withvalidate
.Removed
actions/cache
dependency, as out-of-scope.actions/github-script
dependecy, as superseded bygh
GitHub CLI.tenv
dependency, as replaced by 3rd parties.Fixed
Secured
Commits changelog: v11.4.6...v12
Resolved #279, #278.