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
ends-with
starts-with
It would be nice to do this to keep things DRY
jobs: test: steps: - uses: int128/hide-comment-action@v1 name: hide-comment with: ends-with: | <!-- test-notification --> - uses: int128/comment-action@v1 with: run: yarn test post-on-failure: | ## :x: Test failure ``` ${run.output} ``` - <!-- test-notification --> + ${hide-comment.output.ends-with}
The text was updated successfully, but these errors were encountered:
Thank you!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
It would be nice to do this to keep things DRY
The text was updated successfully, but these errors were encountered: