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
like output.txt, it has multiple lines of text
actions ci auto build start... install success compile success actions ci finish
I try, but failure
- name: Generate QrCode id: log run: | echo "LOGS=$(cat output.txt)" >> $GITHUB_OUTPUT - name: Create or update comment uses: peter-evans/create-or-update-comment@v3 with: issue-number: ${{ github.event.pull_request.number }} body: | Build success ${{ steps.log.outputs.LOGS }}
The text was updated successfully, but these errors were encountered:
Hi @seepine
You can use the body-path input to specify the path to a comment body.
body-path
- name: Create or update comment uses: peter-evans/create-or-update-comment@v3 with: issue-number: ${{ github.event.pull_request.number }} body-path: output.txt
Sorry, something went wrong.
No branches or pull requests
like output.txt, it has multiple lines of text
I try, but failure
The text was updated successfully, but these errors were encountered: