Fixing step output naming and run command args order. #26718
Merged
+12
−11
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.
Proposed Changes
Solves
#26534
Summary
🤖[deprecated] Generated by Copilot at c233e8e
This pull request enhances the dotCMS CLI action workflow and script by improving the code quality and adding a new error display option. It affects the files
main.yml
andrun-push.sh
in thetools/dotcms-cli/action/.github/workflows
directory.Walkthrough
🤖[deprecated] Generated by Copilot at c233e8e
main.yml
for formatting (link, link)DOT_CLI_ERRORS
environment variable tomain.yml
to allow user input for error handling in push command (link)main.yml
andrun-push.sh
to match dotCMS CLI syntax (link, link)run_cli_push
function inmain.yml
andrun-push.sh
to match dotCMS CLI and avoid confusion (link, link, link)