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

Support inline body #1193

Closed
jonashaag opened this issue Jul 28, 2023 · 1 comment
Closed

Support inline body #1193

jonashaag opened this issue Jul 28, 2023 · 1 comment

Comments

@jonashaag
Copy link

For very short bodies it would be convenient to be able to specify them inline:

with:
  title: Blah blah
  content: |
    Blah blah

    Blah blah ${{ matrix.SOME_VARIABLE }}
@peter-evans
Copy link
Owner

Hi @jonashaag

Sorry, but the point of this action is to populate the issue from a file. An alternative might be to use the GitHub CLI in a workflow step.

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