-
Notifications
You must be signed in to change notification settings - Fork 24
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
Some chars need to be escaped #349
Comments
I know why, must use single quotations ( |
A new case: ### Added
- it's there run echo '### Added
- it's there' > note.txt
quote> this |
Workaround: using |
Goooler
added a commit
to Goooler/licensee
that referenced
this issue
Sep 5, 2024
- Rename the step. - Grant write permission to the contents to ensure releases are published correctly. - The `--title` option is redundant, as the title defaults to the tag name when both are identical. - Prefer using `--notes-file` over `--notes` to avoid issues like ffurrer2/extract-release-notes#349.
JakeWharton
pushed a commit
to cashapp/licensee
that referenced
this issue
Sep 5, 2024
- Rename the step. - Grant write permission to the contents to ensure releases are published correctly. - The `--title` option is redundant, as the title defaults to the tag name when both are identical. - Prefer using `--notes-file` over `--notes` to avoid issues like ffurrer2/extract-release-notes#349.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My changelog looks like this:
I use this action to pick it and release it like:
and the errors will show:
/home/runner/work/_temp/b424905f-a1d2-4aef-ba90-8f409d60cac5.sh: line 2: custom: command not found
in this case, I tried to write the output into a file and pick the file from GH CLI like:
The same error shown. I believe we have to escape "`" in my example and write it to a file:
The text was updated successfully, but these errors were encountered: