-
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! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I use Here's a snippet from my workflow:
|
Beta Was this translation helpful? Give feedback.
-
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.
|
Beta Was this translation helpful? Give feedback.
-
Thank you so much! This worked great. Just curious if there is an official GitHub Action for DNS Control?
What I ended up with |
Beta Was this translation helpful? Give feedback.
Thank you so much! This worked great. Just curious if there is an official GitHub Action for DNS Control?