Zongle Wang

Results 555 comments of Zongle Wang

The JDK installed by Gradle `toolchain` worked fine. ``` Invalid Java installation found at '/Users/runner/.gradle/jdks/jetbrains_s_r_o_-17-aarch64-os_x/jbrsdk_jcef-17.0.11-osx-aarch64-b1207.24/Contents/Home' (Auto-provisioned by Gradle). It will be re-checked in the next build. This might have performance...

99fc2135f7f7b08068e180cb5f29340f9de70720 works for me now, someone who needs this can ref https://github.com/romainguy/kotlin-explorer/pull/62. Thanks for your quick response!

I know why, must use single quotations (`''`) instead of double quotations (`""`) here.

A new case: ```md ### Added - it's there ``` run ```sh echo '### Added - it's there' > note.txt quote> ``` this `'` could not be escaped except using...

Workaround: using `release_notes_file` to save the note and `gh release create ${{ github.ref_name }} --notes-file RELEASE_NOTES.md`. Example: https://github.com/Goooler/keep-a-changelog/blob/05bcaa22238adc5f9f904e2003761c4005365cdd/.github/workflows/release.yaml#L15-L20

@johnalanwoods Would you mind picking this up?

@johnalanwoods Would you mind picking this up?

Consider migrating to https://github.com/cashapp/licensee.