GitHub Action
#3634
|
Hello, I was wondering if anyone has a GitHub Action workflow example where on a PR it will take the preview output and add a comment to the PR with the changes? Ideally, if the PR is updated at all, the previous comment is replaced as well. Thank you! |
Answered by
misilot
Jun 20, 2025
Replies: 3 comments
|
I use Here's a snippet from my workflow: |
0 replies
|
Thank you that is helpful! I wonder if something has changed where when I used to just do id:value in the preview task I could get the output in the next task. This helps though and I will do some more digging after lunch.
|
0 replies
|
Thank you so much! This worked great. Just curious if there is an official GitHub Action for DNS Control? What I ended up with |
0 replies
Answer selected by
misilot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you so much! This worked great. Just curious if there is an official GitHub Action for DNS Control?