We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
如题, body 和 body-path到底要怎么写?看不懂。有没有可用的例子?
The text was updated successfully, but these errors were encountered:
以为body这个是文本,body-path却是文本文件路径:
body: "应用描述" body_path: 某文件.txt
如果你这两都用,会先试图用body_path。
https://github.com/softprops/action-gh-release#inputs
Sorry, something went wrong.
以为body这个是文本,body-path却是文本文件路径: body: "应用描述" body_path: 某文件.txt 如果你这两都用,会先试图用body_path。 https://github.com/softprops/action-gh-release#inputs
Due to this issue #71 , the actual behavior is reading body first then falling to read the body_path. I have created the pull request #85 to fix it.
body
body_path
translation: 因为以下议题 #71,实际的表现是先读取body,如果失败,才会尝试读取body_path。 我已提交拉去请求,等待维护人员合并。
I believe this has since been fixed in the now included pr mentioned above
No branches or pull requests
如题,
body 和 body-path到底要怎么写?看不懂。有没有可用的例子?
The text was updated successfully, but these errors were encountered: