Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Feb 06:40
· 2 commits to main since this release

Buy me a coffee

Documentation v2.0.0: https://raw.githack.com/jaywcjlove/action-ejs/56baa35/index.html
Comparing Changes: v2.0.0...v2.0.0

- name: action-ejs
  uses: jaywcjlove/action-ejs@main
  with:
    template: <h1><%= name %> <span><%= conclusion %></span></h1>
    vars: |
      { "name": "jaywcjlove/action-ejs", "conclusion": "" }
- name: action-ejs
  uses: jaywcjlove/action-ejs@main
  with:
    template: <div><%= LICENSE %></div><div><%= markdown %></div>
    output: build/demo.html
    vars-file: |
      {
        "markdown": "./README.md",
        "LICENSE": "./LICENSE"
      }