on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: Main
steps:
- name: Render Your Blox
id: render
uses: cueblox/[email protected]
with:
directory: ./some/dir # Default .
extraArgs: --quiet -t articles.txt.tmpl -w articles > articles.sh # Default ""
- name: Output
run: echo "${{ steps.build.outputs.messages }}"
-
Notifications
You must be signed in to change notification settings - Fork 0
cueblox/render-action
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|