Skip to content

Merge pull request #889 from Custom-Roles-for-TTT/dev #120

Merge pull request #889 from Custom-Roles-for-TTT/dev

Merge pull request #889 from Custom-Roles-for-TTT/dev #120

Workflow file for this run

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 }}