xrGame/CustomOutfit.cpp: fix read the m_full_icon_name property #296
This file contains 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: Mirror | |
on: [push, delete, workflow_dispatch] | |
jobs: | |
to_bitbucket: | |
if: github.repository == 'OpenXRay/xray-16' | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- uses: pixta-dev/repository-mirroring-action@v1.1.1 | |
with: | |
target_repo_url: git@bitbucket.org:OpenXRay/xray-16.git | |
ssh_private_key: ${{ secrets.RABOTYAGA_BITBUCKET_PRIVATE_SSH_KEY }} | |