git.delta.rocks / unique-network / refs/commits / c37bc7e07103

difftreelog

change github action

Alexander Aksenov2022-09-06parent: #82145c6.patch.diff
in: master

1 file changed

modified.github/workflows/autogen-js-types.ymldiffbeforeafterboth
124 git commit -m "chore: regenerate types"124 git commit -m "chore: regenerate types"
125125
126
127 - name: Push changes126 - name: Pushes to another repository
127 id: push_directory
128 uses: ad-m/github-push-action@master128 uses: cpina/github-action-push-to-another-repository@main
129 env:
130 SSH_DEPLOY_KEY: ${{ secrets.GH_MAK }}
129 with:131 with:
130 github_token: ${{ secrets.GH_MAK }}132 source-directory: tests/unique-types-js
131 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 }}
134
135
136136