Skip to content
New issue

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

PR body update #6

Open
Sly777 opened this issue Nov 21, 2022 · 2 comments
Open

PR body update #6

Sly777 opened this issue Nov 21, 2022 · 2 comments

Comments

@Sly777
Copy link

Sly777 commented Nov 21, 2022

Hey @kunzese is it possible to use this action to update the PR body description?

@kunzese
Copy link
Owner

kunzese commented Nov 21, 2022

Hi @Sly777,

Can you be a little more specific about what you want to achieve (maybe with an example dummy workflow)? I'm pretty sure we can work something out.

@Sly777
Copy link
Author

Sly777 commented Nov 21, 2022

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants