Using Conditional statements #389
Unanswered
jobinjosem
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a possibility to format the pull request comment based on conditions. I wanted to add a section to the comments only if the outcome of one of the previous step is failure.
Example below:
if [[ "${{ steps.check_limits.outcome }}" == "failure" ]]; then
#### TXT Records Count `${{ steps.check_limits.outcome }}`
Results
fi
Beta Was this translation helpful? Give feedback.
All reactions