git.delta.rocks / unique-network / refs/commits / 48a39e904763

difftreelog

push generated files into repo

Alexander Aksenov2022-09-06parent: #1000db6.patch.diff
in: master

1 file changed

modified.github/workflows/autogen-js-types.ymldiffbeforeafterboth
112 run: |112 run: |
113 ls -la113 ls -la
114
115 - name: Upload JS types to repo
116 working-directory: tests/unique-types-js
117 run: |
118 git config user.name github-actions
119 git config user.email github-actions@github.com
120 git add .
121 git commit -m "chore: regenerate types"
122 git push
114123
115 - name: Stop running containers124 - name: Stop running containers
116 if: always() # run this step always125 if: always() # run this step always