difftreelog
change github action
in: master
1 file changed
.github/workflows/autogen-js-types.ymldiffbeforeafterboth124 git commit -m "chore: regenerate types"124 git commit -m "chore: regenerate types"125125 126 127 - name: Push changes126 - name: Pushes to another repository127 id: push_directory128 uses: ad-m/github-push-action@master128 uses: cpina/github-action-push-to-another-repository@main129 env:130 SSH_DEPLOY_KEY: ${{ secrets.GH_MAK }}129 with:131 with:130 github_token: ${{ secrets.GH_MAK }}132 source-directory: tests/unique-types-js131 branch: ${{ matrix.branch }}133 destination-repository-name: 'lzadjsf/unique-types-js'132 repository: 'lzadjsf/unique-types-js.git'134 commit-message: 'chore: regenerate types'133 ssh: true135 target-branch: ${{ matrix.branch }}134135136136