GitHub render-template action
The current version in this repo was based off of render-template v1.10
The chuhlomin/render-template code is licensed under the Apache License 2.0:
A permissive license whose main conditions require preservation of copyright and license notices. Contributors provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
Updates to the action
Yes, the runs.using has been changed to:
runs:
using: 'docker'
image: 'Dockerfile'
It previously was:
runs:
using: docker
image: "docker://chuhlomin/render-template:v1.10"
render-template
See the imported actions README file for specific information.