Merge pull request #889 from Custom-Roles-for-TTT/dev #120
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Beta Mirroring | |
| on: | |
| push: | |
| branches: [ beta ] | |
| jobs: | |
| mirror: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| with: | |
| fetch-depth: '0' | |
| - name: Pushes to another repository | |
| uses: pixta-dev/[email protected] | |
| with: | |
| target_repo_url: [email protected]:Custom-Roles-for-TTT/TTT-Custom-Roles-Beta.git | |
| ssh_private_key: ${{ secrets.SSH_DEPLOY_KEY }} |