BetaHuhn / repo-file-sync-action

🔄 GitHub Action to keep files like Action workflows or entire directories in sync between multiple repositories.
https://github.com/marketplace/actions/repo-file-sync-action
MIT License
290 stars 84 forks source link

✨ generate file when source is node script that will be the tracked file (#1) #231

Closed faubion-hbo closed 2 years ago

faubion-hbo commented 2 years ago

able to now add to files with new keys like so:

- source: template.js
  dest: output.yml
  executeSource: true
  executeOptions:
    VAR: value

where template.js will generate the file content for the dest file