You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your message @kunzese, basically I would like to update pr description after, let's say, getting deploy URLs. So in the end, I would like to add a description like this on my pr description
<pr-url-marker-start>
<pr-url-marker-end>
and whenever my deploy URL is ready on every push, I will call your action like this
steps:
- uses: 'kunzese/insert-between-markers@v0'
with:
begin-marker: <pr-url-marker-start>
end-marker: <pr-url-marker-end>
Input: `here the URL is: www.google.com`
input-type: 'pr-description'
Hey @kunzese is it possible to use this action to update the PR body description?
The text was updated successfully, but these errors were encountered: