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: Deploy Digital Twin Analytics SEARCH Main | |
on: | |
workflow_dispatch: | |
push: | |
branches: [ "main" ] | |
jobs: | |
mirror-repository: | |
runs-on: [ self-hosted ] | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
ref: main | |
- shell: bash | |
name: mirror-digital-twin-analytics-search-repo | |
run: | | |
git fetch --unshallow origin | |
git remote add github-pub ${{ secrets.PUBLIC_GITHUB_URL }} || git remote set-url github-pub ${{ secrets.PUBLIC_GITHUB_URL }} | |
git push github-pub main --force |