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
delete-old-comments
true
Firstly, thank you for such a cool action 👍
I've faced with the problem, that the delete-old-comments: true option doesn't delete the old messages:
delete-old-comments: true
Configuration:
- name: Post coverage report uses: romeovs/[email protected] with: lcov-file: "${{ env.WORKING_DIRECTORY }}/coverage/lcov_head.info" lcov-base: "${{ env.WORKING_DIRECTORY }}/coverage/lcov.info" github-token: "${{ secrets.SA_GITHUB_TOKEN }}" delete-old-comments: true
The text was updated successfully, but these errors were encountered:
Looks like the same issue as #47
Sorry, something went wrong.
You can use the same workaround as I posted in #47
No branches or pull requests
Firstly, thank you for such a cool action 👍
I've faced with the problem, that the
delete-old-comments: true
option doesn't delete the old messages:Configuration:
The text was updated successfully, but these errors were encountered: