Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bracket in commit message breaks upload with changelog #4

Open
ast3150 opened this issue Feb 8, 2023 · 0 comments
Open

Bracket in commit message breaks upload with changelog #4

ast3150 opened this issue Feb 8, 2023 · 0 comments
Assignees

Comments

@ast3150
Copy link
Member

ast3150 commented Feb 8, 2023

Affected Action:
updraft

Commit message:
"Remove unnecessary if-condition (subscription won't happen anyway if the downcast fails)"

Full command:

[16:33:22]: $ curl -X PUT -F 'app=@path-to-app' -F 'custom_git_url=masked' -F 'custom_git_branch=main' -F 'custom_git_tag=' -F 'custom_git_commit_hash=some-commit-hash' -F 'whats_new=Remove unnecessary if-condition (subscription won't happen anyway if the downcast fails)' -F 'custom_bundle_version=20230208.1531' -F 'build_type=CI' https://getupdraft.com/api/app_upload/masked/masked/ --http1.1

Resulting output:

sh: -c: line 2: syntax error near unexpected token `)'
[1954](https://gitlab.masked.net/project/-/jobs/239014#L1954)sh: -c: line 2: `' -F 'whats_new=Remove unnecessary if-condition (subscription won't happen anyway if the downcast fails)'
[1955](https://gitlab.masked.net/project/-/jobs/239014#L1955)

Expected behavior:

  • Message is escaped correctly
  • Upload succeeds
@ast3150 ast3150 self-assigned this Feb 8, 2023
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

No branches or pull requests

1 participant