difftreelog
add push action
in: master
1 file changed
.github/workflows/autogen-js-types.ymldiffbeforeafterboth114114115 - name: Upload JS types to repo115 - name: Upload JS types to repo116 working-directory: tests/unique-types-js116 working-directory: tests/unique-types-js117 run: |117 run: |118 git config user.name github-actions118 git config user.name github-actions119 git config user.email github-actions@github.com119 git config user.email github-actions@github.com120 git add .120 git add .121 git commit -m "chore: regenerate types"121 git commit -m "chore: regenerate types"122 git push122123 - name: Push changes124 working-directory: tests/unique-types-js125 uses: ad-m/github-push-action@master126 with:127 github_token: ${{ secrets.GITHUB_TOKEN }}128 branch: ${{ github.ref }}123129124 - name: Stop running containers130 - name: Stop running containers125 if: always() # run this step always131 if: always() # run this step always