Thank you in advance for your help.
I am attempting to append a file after fetching files using the fetch:template Action
For example, here is my fetch action:
steps:
- id: fetch provisioning template
name: fetch provisioning template
action: fetch:template
input:
targetPath: folder
url: https://github.com/rmccue/test-repository
After fetching the file, I want to append some content to it, such as opml.php. I am still new to TypeScript. Is there an action available that I can use to accomplish this?