difftreelog
push generated files into repo
in: master
1 file changed
.github/workflows/autogen-js-types.ymldiffbeforeafterboth112 run: |112 run: |113 ls -la113 ls -la114115 - name: Upload JS types to repo116 working-directory: tests/unique-types-js117 run: |118 git config user.name github-actions119 git config user.email github-actions@github.com120 git add .121 git commit -m "chore: regenerate types"122 git push114123115 - name: Stop running containers124 - name: Stop running containers116 if: always() # run this step always125 if: always() # run this step always