Skip to content

Allow passing in data from action config to EJS #206

Description

@jonchurch

We have a template which is exactly the same between two different types of meetings, except for the meeting link.

I want to be able to add in a string to be available to my EJS template at render time.

expressjs/discussions#283

For example, I want to be able to do something like:

     uses: 'pkgjs/meet@v0'
        with:
          issueTitle: '<%= date.toFormat("yyyy-MM-dd") %> Express TC Meeting'
          # ...
          data:
            meetingLink: "https://example.com"

And have data object be passed to the EJS template

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions