Is it possible to add files to the repo with this action?
Closed this issue · 1 comments
jodinathan commented
The js_bindings package have a builder written in Dart that generates the js interop files.
Today I run the builder locally and commit the generated files to git.
I am trying to use this action to run the builder in the action steps to generate the files but the generated files are not sticking to the repo and no error is thrown.
I am not very familiar with this CI but using this action as example, it should be doable by only using the File system writing method.
Is this possible or is there a limitation?
jodinathan commented
it worked.
Only needed to execute the git commit
after
kinda new to github actions
sorry and thanks for the dart action =]