Skip to content

revert toot tsconfig configuration #214

revert toot tsconfig configuration

revert toot tsconfig configuration #214

Workflow file for this run

name: Mirroring
on: [push, delete]
jobs:
to_cdn:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: [email protected]:VoicenterTeam/VoicenterEventsSDK-cdn.git
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
GIT_SSH_NO_VERIFY_HOST: "true"