git.delta.rocks / unique-network / refs/commits / 922312aaafe2

difftreelog

add push action

Alexander Aksenov2022-09-06parent: #48a39e9.patch.diff
in: master

1 file changed

modified.github/workflows/autogen-js-types.ymldiffbeforeafterboth
114114
115 - name: Upload JS types to repo115 - name: Upload JS types to repo
116 working-directory: tests/unique-types-js116 working-directory: tests/unique-types-js
117 run: |117 run: |
118 git config user.name github-actions118 git config user.name github-actions
119 git config user.email github-actions@github.com119 git config user.email github-actions@github.com
120 git add .120 git add .
121 git commit -m "chore: regenerate types"121 git commit -m "chore: regenerate types"
122 git push122
123 - name: Push changes
124 working-directory: tests/unique-types-js
125 uses: ad-m/github-push-action@master
126 with:
127 github_token: ${{ secrets.GITHUB_TOKEN }}
128 branch: ${{ github.ref }}
123129
124 - name: Stop running containers130 - name: Stop running containers
125 if: always() # run this step always131 if: always() # run this step always