Skip to content

Merge pull request #1 from Digital-Engineering/feature/fix #3

Merge pull request #1 from Digital-Engineering/feature/fix

Merge pull request #1 from Digital-Engineering/feature/fix #3

Workflow file for this run

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