Update IVR menu extension number from 20021 to 30021 in IVRMenuDataFa… #403
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: Mirror GitHub To GitVerse | |
| on: [push] | |
| jobs: | |
| mirror_to_gitverse: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| with: | |
| fetch-depth: 0 | |
| - uses: jorikfon/mirror-action@master | |
| with: | |
| REMOTE: ssh://git@gitverse.ru:2222/mikopbx/Core.git | |
| GIT_SSH_PRIVATE_KEY: ${{ secrets.GITVERSE_SSH_PRIVATE_KEY }} | |
| GIT_SSH_NO_VERIFY_HOST: "true" |