From 2ecc166e95e58273fc2932e7ae72ad80c39c27b6 Mon Sep 17 00:00:00 2001 From: Ganesh Gore Date: Fri, 4 Dec 2020 01:10:34 -0700 Subject: [PATCH] [Action] Added destination repo push action --- .github/workflows/deploy_repo.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy_repo.yaml b/.github/workflows/deploy_repo.yaml index 5e697d5..dad112d 100644 --- a/.github/workflows/deploy_repo.yaml +++ b/.github/workflows/deploy_repo.yaml @@ -44,4 +44,5 @@ jobs: with: directory: Caravel-SOFA-HD github_token: ${{ secrets.GITHUB_TOKEN }} + repository: ganeshgore/dummyTestRepo branch: master